|
12 | 12 | *by PostgreSQL
|
13 | 13 | *
|
14 | 14 | * 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 $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -1653,8 +1653,8 @@ dumpDatabase(Archive *AH)
|
1653 | 1653 | i_oid=PQfnumber(res,"oid");
|
1654 | 1654 | i_dba=PQfnumber(res,"dba");
|
1655 | 1655 | 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"); |
1658 | 1658 | i_tablespace=PQfnumber(res,"tablespace");
|
1659 | 1659 |
|
1660 | 1660 | dbCatId.tableoid=atooid(PQgetvalue(res,0,i_tableoid));
|
|