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

PostgreSQL: Export all FKs after all CREATE TABLE

This commit is contained in:
Ivan Masár
2019-07-19 13:17:10 +02:00
committed by Jakub Vrana
parent 97ec60bb5f
commit 34345d8071
3 changed files with 48 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.7.9-dev:
Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200
PostgreSQL: Export all FKs after all CREATE TABLE (PR #351)
PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738)
Re-enable PHP warnings (regression from 4.7.8)