mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix broken pg_dump query.
The 8.4 branch failed when talking to 7.0 servers. Per testing requested by Bruce.
This commit is contained in:
@ -3415,6 +3415,8 @@ getTables(int *numTables)
|
|||||||
"relhasindex, relhasrules, "
|
"relhasindex, relhasrules, "
|
||||||
"'t'::bool AS relhasoids, "
|
"'t'::bool AS relhasoids, "
|
||||||
"0 as relfrozenxid, "
|
"0 as relfrozenxid, "
|
||||||
|
"0 AS toid, "
|
||||||
|
"0 AS tfrozenxid, "
|
||||||
"NULL::oid AS owning_tab, "
|
"NULL::oid AS owning_tab, "
|
||||||
"NULL::int4 AS owning_col, "
|
"NULL::int4 AS owning_col, "
|
||||||
"NULL AS reltablespace, "
|
"NULL AS reltablespace, "
|
||||||
|
Reference in New Issue
Block a user