add additional options to CREATE TABLE ... AS

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема add additional options to CREATE TABLE ... AS
Дата
Msg-id Pine.BSO.4.63.0602141425560.8341@leary.csoft.net
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Free WAL caches on switching segments
Следующее
От: Neil Conway
Дата:
Сообщение: Re: add additional options to CREATE TABLE ... AS