Re: RESET command seems pretty disjointed now

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: RESET command seems pretty disjointed now
Дата
Msg-id 1177358647.16415.140.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: RESET command seems pretty disjointed now  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: RESET command seems pretty disjointed now  ("Marko Kreen" <markokr@gmail.com>)
Список pgsql-hackers
On Tue, 2007-04-17 at 16:34 +0300, Marko Kreen wrote:
> Attached patch does following conversions:

ISTM it would be cleaner to use an enum to identify the different
variants of the DISCARD command, rather than a character string.

Is guc.c still the logical place for the implementation of DISCARD?
Something under backend/commands might be better, although I don't see a
real obvious place for it.

The psql tab completion code requires updating for the new DISCARD
command.

-Neil




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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: TODO idea - implicit constraints across child tables with a common column as primary key (but obviously not a shared index)
Следующее
От:
Дата:
Сообщение: Re: EXPLAIN/EXPLAIN ANALYSE for pl/pgsql functions