pgsql/src include/commands/tablecmds.h include ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src include/commands/tablecmds.h include ...
Дата
Msg-id 20020426192947.50AE0475954@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/04/26 15:29:47

Modified files:
    src/include/commands: tablecmds.h trigger.h
    src/backend/commands: tablecmds.c trigger.c user.c

Log message:
    Move renametrig() from tablecmds.c to trigger.c --- if we're going to
    divide backend/commands by object type, let's try to pay at least
    minimal attention to respecting that structure, eh?  Also reorder the
    contents of tablecmds.c; it seems odd to me to put ALTER commands before
    creation/deletion commands.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc TODO
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/. configure.in configure