Re: CREATE LIKE INCLUDING COMMENTS and STORAGES - Mailing list pgsql-hackers

From David Fetter
Subject Re: CREATE LIKE INCLUDING COMMENTS and STORAGES
Date
Msg-id 20090907171216.GE27103@fetter.org
Whole thread Raw
In response to CREATE LIKE INCLUDING COMMENTS and STORAGES  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: CREATE LIKE INCLUDING COMMENTS and STORAGES
List pgsql-hackers
On Mon, Sep 07, 2009 at 12:15:21PM +0900, Itagaki Takahiro wrote:
> Here is a patch to implement the following items in our ToDo list:
>   * Add CREATE TABLE LIKE ... INCLUDING COMMENTS
>   * Have CREATE TABLE LIKE copy column storage parameters
> 
> The syntax is:
>     CREATE TABLE clone_table (LIKE template_table INCLUDING COMMENTS)
>         -- also copy comments on columns.
>     CREATE TABLE clone_table (LIKE template_table INCLUDING STORAGES)

This should probably read INCLUDING STORAGE (singular) instead of
STORAGES.

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Patch: update Bonjour support to the newer non-deprecated API
Next
From: Andrew Dunstan
Date:
Subject: Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem