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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the
Date: 2006-04-26 23:01:13
Message-ID: 20060426230113.775B411F60B0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-26 23:01:58 pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the
Previous Message Bruce Momjian 2006-04-26 22:50:18 pgsql: Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,