Re: drop database if exists

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: drop database if exists
Дата
Msg-id 4381EC9B.3010209@dunslane.net
обсуждение исходный текст
Ответ на Re: drop database if exists  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: drop database if exists  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>
>
>>here's a patch for "drop database if exists". Barring objections I will
>>apply it in a day or two.
>>
>>
>
>Please try to remember the src/backend/nodes/ files this time.
>
>(In general, when modifying a widely-known struct such as a parse node
>type, it's a good idea to grep for every single mention of the struct
>type to make sure you've not missed anything.)
>
>
>
>

oops, ok, thanks, will do. Should we perhaps add a note to parsenodes.h ?

cheers

andrew

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: drop database if exists
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: aclchk.c refactor