Обсуждение: pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Fix SELECT INTO and CREATE TABLE AS to create tables in the default
tablespace, not the base directory.

Kris Jurka

Tags:
----
REL8_0_STABLE

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

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