add additional options to CREATE TABLE ... AS - Mailing list pgsql-patches

From Kris Jurka
Subject add additional options to CREATE TABLE ... AS
Date
Msg-id Pine.BSO.4.63.0602141425560.8341@leary.csoft.net
Whole thread Raw
Responses Re: add additional options to CREATE TABLE ... AS  (Neil Conway <neilc@samurai.com>)
Re: add additional options to CREATE TABLE ... AS  (Kris Jurka <books@ejurka.com>)
Re: add additional options to CREATE TABLE ... AS  (Neil Conway <neilc@samurai.com>)
Re: add additional options to CREATE TABLE ... AS  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
This patch adds most of the options available for regular CREATE TABLE
syntax to the CREATE TABLE x AS SELECT ... and AS EXECUTE ...
Specifically this allows specification of on commit behavior for temp
tables and tablespaces for regular tables to these two statements.
Additionally with/without oids is now available for the EXECUTE variant.
Currently you still cannot specify inheritance attributes with these
commands, but this seems like a more complicated task.

Kris Jurka

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Free WAL caches on switching segments
Next
From: Neil Conway
Date:
Subject: Re: add additional options to CREATE TABLE ... AS