Re: Creating Primary Key after CREATE TABLE: Is Sequence created?

From: Monosij <monosij(dot)forums(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Creating Primary Key after CREATE TABLE: Is Sequence created?
Date: 2013-09-27 20:09:08
Message-ID: 1380312548101-5772649.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks again John. Will try it out.

So I have to rely in 1 statement that is Postgres specific. That still works
for me.

Also I can create the PRIMARY KEY as an alter table and not be part of
CREATE TABLE right?

So let me see how the trials go.

Thank you again John. Also Elliot for your last answer.

Mono

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Creating-Primary-Key-after-CREATE-TABLE-Is-Sequence-created-tp5772633p5772649.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Monosij 2013-09-27 20:16:52 Re: Creating Primary Key after CREATE TABLE: Is Sequence created?
Previous Message John R Pierce 2013-09-27 20:05:54 Re: Creating Primary Key after CREATE TABLE: Is Sequence created?