Re: pg_dump fail to not dump public schema orders - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: pg_dump fail to not dump public schema orders
Date
Msg-id CAKFQuwZGgrcLXNQhXt-Mo2uXayQZuKfFc=aDv-Kd+fwCuoPkcw@mail.gmail.com
Whole thread Raw
In response to pg_dump fail to not dump public schema orders  (Adrien Nayrat <adrien.nayrat@anayrat.info>)
Responses Re: pg_dump fail to not dump public schema orders
Re: pg_dump fail to not dump public schema orders
List pgsql-hackers
On Friday, May 29, 2020, Adrien Nayrat <adrien.nayrat@anayrat.info> wrote:
Hello,

I noticed pg_dump failed to not dump creation or comment commands for public
schema when we explicitly ask it to dump public schema.

Shorter example: pg_dump -n public dump will give:
 
[Create schema public....]
 
As far as I can tell this is working as intended/documented.  The public schema doesn’t and doesn’t and shouldn’t get special treatment relative to any other user schema here.

David J.

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Speeding up parts of the planner using a binary search treestructure for nodes
Next
From: Andy Fan
Date:
Subject: Re: Make the qual cost on index Filter slightly higher than qual coston index Cond.