Re: [ADMIN] 'user' sql reserved word ?

From: Bob Zoller <bob(at)helpermonkey(dot)org>
To: Andre Antonio Parmeggiani <aap(at)howto(dot)com(dot)br>
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] 'user' sql reserved word ?
Date: 2000-03-02 01:18:26
Message-ID: Pine.BSO.4.21.0003011718020.12167-100000@helpermonkey.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I ran into the same thing.. it must be a reserved word..
--Bob

-----------------------------------------
You got two choices jack: start talkin' or start hurtin'
-- Mr. T

On Wed, 1 Mar 2000, Andre Antonio Parmeggiani wrote:

>
> Hi All,
>
> I tried to create a silly table :
>
> => create table user (user text);
> ERROR: parser: parse error at or near "user"
>
> On postgres 6.5.3 it was ok .. and
> create table foo(foo text);
> works fine :-)
>
> Any idea ?
>
> Thanks,
> Andre
>
>
> ************
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2000-03-02 16:01:23 Re: [ADMIN] Authentification problems with local connections
Previous Message Andre Antonio Parmeggiani 2000-03-01 23:05:04 'user' sql reserved word ?