Re: ALTER TABLE OWNER: change indexes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ALTER TABLE OWNER: change indexes
Дата
Msg-id Pine.LNX.4.30.0202251902010.836-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: ALTER TABLE OWNER: change indexes  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-patches
Neil Conway writes:

> Okay, I'll create alter.c and see if I can refactor some of the ALTER
> code -- but that can wait for a later patch also.

It might make more sense to factor the source files by the kind of objects
they act on.  For instance, the CREATE/ALTER USER code shares a lot of
code, but it shares zero with, say, ALTER TABLE.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes
Следующее
От: Neil Conway
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes