changed SQL in 6.4?

From: Sascha Schumann <sas(at)schell(dot)de>
To: pgsql-sql(at)hub(dot)org
Subject: changed SQL in 6.4?
Date: 1998-11-30 23:00:44
Message-ID: Pine.LNX.4.05.9811302354420.21630-100000@guerilla.foo.bar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)schell(dot)de
| for PGP public key

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message root 1998-12-01 00:21:11 How
Previous Message advance 1998-11-30 18:13:41 Select the duplicated rows ?