Re: Make pg_dump suppress COMMENT ON SCHEMA public ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Make pg_dump suppress COMMENT ON SCHEMA public ?
Date
Msg-id 6013.1200244640@sss.pgh.pa.us
Whole thread Raw
In response to Re: Make pg_dump suppress COMMENT ON SCHEMA public ?  (Kris Jurka <books@ejurka.com>)
List pgsql-hackers
Kris Jurka <books@ejurka.com> writes:
> The easiest thing to do would be to drop the default comment.  Then only 
> custom comments would be dumped at all (at least for 8.3+ dbs).  It's not 
> like "Standard public schema" is particularly enlightening.

Hmm, that's an interesting idea; although I fear that a lot of people
would find the comment being carried forward indefinitely from their
pre-8.3 databases if we don't change pg_dump's behavior.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Make pg_dump suppress COMMENT ON SCHEMA public ?
Next
From: Tom Lane
Date:
Subject: Re: timestamp refactor effort