1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

PostgreSQL: Do not export triggers if not requested

This commit is contained in:
Jakub Vrana
2018-01-22 14:25:27 +01:00
parent ce17b6cf46
commit eee9a62c8f
2 changed files with 7 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ Adminer: Fix Search data in tables (regression from 4.4.0)
CSP: Allow any styles, images, media and fonts, disallow base-uri
SQLite: Enable foreign key checks
PostgreSQL: Respect NULL default value
PostgreSQL: Do not export triggers if not requested
Elasticsearch: Insert, update, delete
Adminer 4.4.0 (released 2018-01-17):