1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 14:12:51 +02:00

Vacuum for PostgreSQL

This commit is contained in:
Jakub Vrana
2012-03-01 01:14:55 -08:00
parent a25fa67e06
commit 4cc29e0137
2 changed files with 7 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Don't quote bit type in export
Ability to disable export (customization)
Extensible list of databases (customization)
MySQL: set autocommit after connect
SQLite: vacuum
SQLite, PostgreSQL: vacuum
PostgreSQL: fix alter foreign key
PostgreSQL, SQLite: don't use LIKE for numbers (bug #3420408)
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)