1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 17:50:00 +02:00

PostgreSQL 8+: Fix exporting table constraints

This commit is contained in:
Jakub Vrana
2025-02-23 18:45:19 +01:00
parent 08060f3253
commit 798432935d
2 changed files with 5 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ MySQL: Don't offer empty enum value in edit
PostgreSQL: Link user defined types
PostgreSQL: Constraint enum values in editing (bug #270)
PostgreSQL: Export functions
PostgreSQL 8+: Fix exporting table constraints
SQLite: Show all supported pragmas in Variables
MS SQL: Allow altering table in non-default schema (bug #405)
MS SQL: Fix default values (bug #732, bug #733)