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

PostgreSQL: Avoid exporting empty sequence last value

This commit is contained in:
Jakub Vrana
2021-02-08 14:12:39 +01:00
parent 9e74c0632f
commit 2bb472d7a6
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Add DB version to comment in export
Support PHP 8 in create table (regression from 4.7.9)
MySQL 8: Fix EXPLAIN in SQL command
PostgreSQL: Create PRIMARY KEY for auto increment columns
PostgreSQL: Avoid exporting empty sequence last value
PostgreSQL PDO: Do not select NULL function for false values in edit
Adminer 4.7.9 (released 2021-02-07):