[COMMITTERS] pgsql: pg_dump: Strict names with no matching schema

2017-01-10 Thread Stephen Frost
pg_dump: Strict names with no matching schema When using pg_dump --strict-names and a schema pattern which doesn't match any schemas (eg: --schema='nonexistant*'), we were incorrectly throwing an error claiming no tables were found when, really, there were no schemas found: -> pg_dump --strict-

[COMMITTERS] pgsql: pg_dump: Strict names with no matching schema

2017-01-10 Thread Stephen Frost
pg_dump: Strict names with no matching schema When using pg_dump --strict-names and a schema pattern which doesn't match any schemas (eg: --schema='nonexistant*'), we were incorrectly throwing an error claiming no tables were found when, really, there were no schemas found: -> pg_dump --strict-