Re: Schema version management - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Schema version management
Date
Msg-id CA+TgmoYouMS5wJOp6h6-0XSAD-PjASkODLmy_TJJ33azHBC_Xg@mail.gmail.com
Whole thread Raw
In response to Re: Schema version management  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Schema version management  ("Marc Mamin" <M.Mamin@intershop.de>)
List pgsql-hackers
On Fri, Jul 6, 2012 at 8:23 AM, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> This argument seems a bit irrelevant to me.  pg_dump doesn't get to pick
>> and choose what will be in the database it's told to dump.  If we're
>
> Sure.
>
>> going to do something like what Joel wants, we have to have file naming
>> conventions for operator and cast objects.  So we can't just leave them
>> out of the conversation (or if we do, we shouldn't be surprised when the
>> ensuing design sucks).
>
> I guess what we're saying is that at this point we can pick non user
> friendly naming rules, like pg_operator/<oid>.sql or something like
> that, OID based. Impacted users might as well learn about extensions.

I think that would defeat some of the human-readability goals that
people have for this feature, not to mention that it would lose the
ability to do diff -r between a dump produced on cluster A and a dump
produced on cluster B.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Schema version management
Next
From: Bruce Momjian
Date:
Subject: Re: Covering Indexes