[COMMITTERS] pgsql: Do not require 'public' to exist for pg_dump -c

2017-06-28 Thread Stephen Frost
Do not require 'public' to exist for pg_dump -c Commit 330b84d8c4 didn't contemplate the case where the public schema has been dropped and introduced a query which fails when there is no public schema into pg_dump (when used with -c). Adjust the query used by pg_dump to handle the case where the

[COMMITTERS] pgsql: Do not require 'public' to exist for pg_dump -c

2017-06-28 Thread Stephen Frost
Do not require 'public' to exist for pg_dump -c Commit 330b84d8c4 didn't contemplate the case where the public schema has been dropped and introduced a query which fails when there is no public schema into pg_dump (when used with -c). Adjust the query used by pg_dump to handle the case where the