1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Sequences

This commit is contained in:
Jakub Vrana
2010-05-05 23:01:57 +02:00
parent 736d6e43f4
commit f2d21d265b
7 changed files with 60 additions and 3 deletions

View File

@@ -489,7 +489,7 @@ WHERE tc.constraint_type = 'FOREIGN KEY' AND tc.table_name = " . $connection->qu
}
function support($feature) {
return ereg('^(comment|view|scheme|trigger|variables|drop_col)$', $feature); //! routine|sequence|
return ereg('^(comment|view|scheme|sequence|trigger|variables|drop_col)$', $feature); //! routine|
}
$driver = "pgsql";