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:
parent
0ae8b30038
commit
a2f9219e70
@ -3415,6 +3415,8 @@ getTables(int *numTables)
|
||||
"relhasindex, relhasrules, "
|
||||
"'t'::bool AS relhasoids, "
|
||||
"0 as relfrozenxid, "
|
||||
"0 AS toid, "
|
||||
"0 AS tfrozenxid, "
|
||||
"NULL::oid AS owning_tab, "
|
||||
"NULL::int4 AS owning_col, "
|
||||
"NULL AS reltablespace, "
|
||||
|
Loading…
x
Reference in New Issue
Block a user