changed SQL in 6.4? - Mailing list pgsql-sql

From Sascha Schumann
Subject changed SQL in 6.4?
Date
Msg-id Pine.LNX.4.05.9811302354420.21630-100000@guerilla.foo.bar
Whole thread Raw
Responses Re: [SQL] changed SQL in 6.4?
List pgsql-sql
Hi list,

I've dumped my databases, but 6.4 doesn't like the code produced by
6.3.2's pg_dump.

CREATE TABLE user (username varchar(128), realname varchar(128), password
varchar(128), allow int4, id int4);
ERROR:  parser: parse error at or near "user"

Exact the same statement works perfectly with 6.3.2. It also doesn't like
INSERTing in tables named user. Is user a reserved name?

          Regards,

                            Sascha Schumann |
                                 Consultant | finger sas@schell.de
                                            | for PGP public key


pgsql-sql by date:

Previous
From: Jeong Jae Ick:정재익:
Date:
Subject: Select the duplicated rows ?
Next
From: "PAX!"
Date:
Subject: Re: [SQL] alter help needed