1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-09 05:40:45 +02:00

PostgreSQL: Export DROP and CREATE DATABASE (fix #1140)

This commit is contained in:
Jakub Vrana
2025-09-07 15:08:27 +02:00
parent 2041d5c6e3
commit 9fc63eb9d0
6 changed files with 25 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
- PostgreSQL: Fix calling functions with name-less parameters
- PostgreSQL: Fix calling functions returing table
- PostgreSQL: Don't treat user types containing 'file' as blobs (bug #1118)
- PostgreSQL: Export DROP and CREATE DATABASE (bug #1140)
- PostgreSQL 11-: Avoid duplicate oid in table status (bug #1089)
- Elasticsearch: Support dropping aliases
- Plugins: Methods afterConnect(), processList() and killProcess()