pgsql: Fix CREATE TABLE ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix CREATE TABLE ...
Дата
Msg-id 20060918005215.51C439FA23E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;
oversight in original implementation of VALUES.  Also fix an oversight
in recent addition of options to CREATE TABLE AS: they weren't getting
propagated if the query was a set-operation such as UNION.

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.349 -> r1.350)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.349&r2=1.350)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change ANALYZE to take ShareUpdateExclusiveLock not
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Improve wordings by David Fuhry