Bernd Helmle <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
