Tom Lane wrote: > Fix broken pg_dump query. > > The 8.4 branch failed when talking to 7.0 servers. Per testing requested > by Bruce.
Thanks for finding this. I was suspicious I would miss something. What happened is that we removed 7.0 pg_dump support in 9.0 and when I backpatched the 9.1 fix to 8.4, I was missing the 7.0 change. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
