Re: Command tags in create/drop scripts

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Command tags in create/drop scripts
Дата
Msg-id 46607C1B.6040002@dunslane.net
обсуждение исходный текст
Ответ на Re: Command tags in create/drop scripts  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Ответы Re: Command tags in create/drop scripts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Zdenek Kotala wrote:
>
> And what about replace all "scripts" by one command e.g pg_cmd with 
> following interface:
>
> pg_cmd create database <...>
>        create role ...
>        drop   database ...
>        list  database
> ...
>
>
> It solves potential name collision (for example createuser should 
> collide with other unix command) and output is easy maintainable in 
> one application.
>
>
>       

And we'll break a million applications that rely on the command names. 
We really don't have the luxury of being able to revisit every design 
decision that's ever been made.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Do we need a TODO? (was Re: Concurrently updatinganupdatable view)
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Constraint exclusion oddity with composite index