File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 * by PostgreSQL
1313 *
1414 * IDENTIFICATION
15- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.501 2008/09/23 09:20:37 heikki Exp $
15+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.502 2008/09/24 19:33:15 heikki Exp $
1616 *
1717 *-------------------------------------------------------------------------
1818 */
@@ -1653,8 +1653,8 @@ dumpDatabase(Archive *AH)
16531653 i_oid = PQfnumber (res , "oid" );
16541654 i_dba = PQfnumber (res , "dba" );
16551655 i_encoding = PQfnumber (res , "encoding" );
1656- i_collate = PQfnumber (res , "collate " );
1657- i_ctype = PQfnumber (res , "ctype " );
1656+ i_collate = PQfnumber (res , "datcollate " );
1657+ i_ctype = PQfnumber (res , "datctype " );
16581658 i_tablespace = PQfnumber (res , "tablespace" );
16591659
16601660 dbCatId .tableoid = atooid (PQgetvalue (res , 0 , i_tableoid ));
You can’t perform that action at this time.
0 commit comments