Re: Schema version management - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Schema version management
Date
Msg-id 4FFEDC8A.4010200@dunslane.net
Whole thread Raw
In response to Re: Schema version management  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 07/12/2012 10:01 AM, Tom Lane wrote:
>
> FWIW, I think you could save a level of naming if you were willing to
> put the type first, since the type would imply whether the object
> lives in a schema or not:
>
>     [type]/[name].sql
>     [type]/[schema]/[name].sql
>
>             



That will destroy the property of having everything for a given schema 
collected together.

Arguably we should make a special case for the create statement of a 
schema, but I'm not even sure about that.

cheers

andrew


pgsql-hackers by date:

Previous
From: Joel Jacobson
Date:
Subject: Re: Schema version management
Next
From: Fujii Masao
Date:
Subject: Re: several problems in pg_receivexlog