pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: There is no good reason for the CREATE TABLE LIKE INCLUDING
Дата
Msg-id 20091220182814.A4542753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to
have hard-wired knowledge of the rules for naming index columns.  It can
just look at the actual names in the source index, instead.  Do some minor
formatting cleanup too.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_utilcmd.c (r2.32 -> r2.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_utilcmd.c?r1=2.32&r2=2.33)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Version stamp 8.5alpha3
Следующее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: More cleanups for the recent large object permissions patch.