Re: CREATE TABLE AS / WITHOUT OIDs?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE TABLE AS / WITHOUT OIDs?
Date: 2001-10-22 21:37:24
Message-ID: 26255.1003786644@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Shouldn't there be some form of CREATE TABLE AS / WITHOUT OIDS?

I thought about that, but decided it wasn't worth cluttering the
parsetree representation with yet another CreateAs/SelectInto hack.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin Weinberg 2001-10-22 21:38:23 Using an SMP machine to make multiple indices on the same table
Previous Message san 2001-10-22 21:25:44 PL/pgSQL triggers ON INSERT OR UPDATE