Re: Table creation syntax

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Table creation syntax
Date: 2002-02-19 19:26:21
Message-ID: Pine.LNX.4.44.0202191119450.2118-100000@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)appl-ecosys(dot)com
http://www.appl-ecosys.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Emberson 2002-02-19 19:44:17 documenting PL/pgsql functions
Previous Message Rich Shepard 2002-02-19 19:17:04 Re: Alternate data location, again