On Mon, Jan 2, 2012 at 15:32, wrote:
> On Fri, Dec 30, 2011 at 22:27, wrote:
>> www.postgresql.org/docs/9.0/static/sql-createtable.html
>> == == == == ==
>> LIKE parent_table [ like_option ... ]
>> . . .
>> Not-null constraints are always copied to the new table.
>> CHECK constraints will only
-Original Message-
From: Magnus Hagander [mailto:mag...@hagander.net]
Sent: Saturday, December 31, 2011 7:42 AM
To: Sahagian, David
Cc: pgsql-docs@postgresql.org
Subject: Re: [DOCS] CREATE TABLE LIKE, regarding constraints
On Fri, Dec 30, 2011 at 22:27, wrote:
> www.postgresql.org/docs/