Re: syntax error foreign key

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Matthew Terenzio <matt(at)jobsforge(dot)com>
Cc: PgSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: syntax error foreign key
Date: 2005-08-17 02:44:14
Message-ID: 4302A47E.7040009@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matthew Terenzio wrote:

>
> On Aug 16, 2005, at 9:37 PM, Matthew Terenzio wrote:
>
>> db=# ALTER TABLE ONLY table ADD CONSTRAINT "$1" FOREIGN KEY (user)
>> REFERENCES users(user_id);
>> ERROR: syntax error at or near "user" at character 56
>>
>> I'm either blind or something besides syntax can cause this error. no?
>>
>>
>
> changed the field name to userid and it;s fine. Can't user the word
> user for field that references?

probably if you quote it.

Sincerely,

Joshua D. Drake

>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lee Hyun soon 2005-08-17 05:29:45 pgsql-bugs
Previous Message Douglas McNaught 2005-08-17 02:38:44 Re: syntax error foreign key