Bernd Helmle <maili...@oopsware.de> wrote: > Looking into this issue, it seems the version check in getTables() of > pg_dump.c > is wrong. Shouldn't the check be > > if (fout->remoteVersion >= 90300) > { > > } > > since this is where pg_relation_is_scannable() is introduced?
Fixed. Thanks for the report! -- Kevin Grittner EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers