pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the
Дата
Msg-id 20060426230158.7182A11F60B1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix SELECT INTO and CREATE TABLE AS to create tables in the default
tablespace, not the base directory.

Kris Jurka

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        execMain.c (r1.256.2.5 -> r1.256.2.6)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execMain.c.diff?r1=1.256.2.5&r2=1.256.2.6)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add tablespace display to psql \l+.