Re: Schema version management

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Schema version management
Дата
Msg-id 4FFEDC8A.4010200@dunslane.net
обсуждение исходный текст
Ответ на Re: Schema version management  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joel Jacobson
Дата:
Сообщение: Re: Schema version management
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: several problems in pg_receivexlog