Re: Table creation syntax - Mailing list pgsql-general

From Rich Shepard
Subject Re: Table creation syntax
Date
Msg-id Pine.LNX.4.44.0202191119450.2118-100000@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Table creation syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 19 Feb 2002, Tom Lane wrote:

> Works fine for me on 7.2, after assuming that
>     create table vendor (vendorID int2 primary key);
> is enough to replicate the missing table.
>
> Are you sure the error message is pointing at this CREATE TABLE and not
> a different one?

Tom,

  Yes, it was pointing to the last line of the second table. I'm using 7.2,
too, btw. I removed the REFERENCES line and just put it back. Now it works
just fine. Of course, I tried it at least a half-dozen times before writing
and kept getting the same error. Sigh.

Many thanks for your patience and help,

Rich

Dr. Richard B. Shepard, President

                       Applied Ecosystem Services, Inc. (TM)
            2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
                         http://www.appl-ecosys.com


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Alternate data location, again
Next
From: Richard Emberson
Date:
Subject: documenting PL/pgsql functions