Re: Bugs with like_option in CREATE TABLE

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bugs with like_option in CREATE TABLE
Date: 2015-09-10 09:56:55
Message-ID: 20150910095655.GA18662@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 09, 2015 at 07:51:48PM -0400, Melvin Davidson wrote:
> *O/S = Windows 10PostgreSQL 9.2.10, compiled by Visual C++ build 1600,
> 32-bit*
> http://www.postgresql.org/docs/9.1/interactive/sql-createtable.html
>
> and like_option is:
> { INCLUDING | EXCLUDING } { DEFAULTS | CONSTRAINTS | INDEXES | STORAGE |
> COMMENTS | ALL }
> 1. INCLUDING CONSTRAINTS does not bring over the Foreign Keys

Of course it doesn't. It's documented in the page you linked:

"Not-null constraints are always copied to the new table. CHECK
constraints will only be copied if INCLUDING CONSTRAINTS is specified;
other types of constraints will never be copied"

> 2. INCLUDING ALL does not work and generates an ERROR;*

Works for me. Please provide a test case that can be used to see the
error.

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
http://depesz.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis Yanov 2015-09-10 10:28:38 Can I integrate PostgreSQL into MS Visual Studio EXPRESS ?
Previous Message Jeff Janes 2015-09-10 04:40:43 Re: GIN Trigram Index Size