1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-19 21:01:31 +02:00

PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771)

This commit is contained in:
Jakub Vrana
2021-02-06 16:45:20 +01:00
parent b2e0d9f396
commit 7edf80f636
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ PostgreSQL: Export all FKs after all CREATE TABLE (PR #351)
PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738)
PostgreSQL: Do not show view definition from other schema (PR #392)
PostgreSQL: Use bigserial for bigint auto increment (bug #765, regression from 3.0.0)
PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771)
PostgreSQL 10: Support GENERATED ALWAYS BY IDENTITY (PR #386)
MS SQL: Don't truncate comments to 30 chars (PR #376)
Editor: Cast to string when searching (bug #325)