bug #1596328 [export] drop support for POSTGRESQL compatibility mode

This commit is contained in:
Marc Delisle
2007-03-15 20:38:23 +00:00
parent f10a953ff3
commit c1d2b61090
2 changed files with 4 additions and 1 deletions

View File

@@ -1156,7 +1156,9 @@ function PMA_DBI_getCompatibilities()
$compats[] = 'MYSQL40';
$compats[] = 'MSSQL';
$compats[] = 'ORACLE';
$compats[] = 'POSTGRESQL';
// removed; in MySQL 5.0.33, this produces exports that
// can't be read by POSTGRESQL (see our bug #1596328)
//$compats[] = 'POSTGRESQL';
if (PMA_MYSQL_INT_VERSION >= 50002) {
$compats[] = 'TRADITIONAL';
}