Re: How to create primary key - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: How to create primary key
Date
Msg-id 47304AC4.5090108@iol.ie
Whole thread Raw
In response to Re: How to create primary key  (Samantha Atkins <sjatkins@mac.com>)
List pgsql-general
On 06/11/2007 09:38, Samantha Atkins wrote:

> So, ALTER TABLE test ADD PRMARY KEY(f1 [, ... ] )
> isn't enough?  It appears in the examples.  What more does the explicit
> test_pk do that wouldn't happen anyway?

<confession>
To make sure I got it right, I tried it out using PgAdmin and copied the
generated SQL into my email - hence the pedantically complete statement. :-)
</confession>

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: How to create primary key
Next
From: "Albe Laurenz"
Date:
Subject: Re: How to create primary key