New bug invented in 6.5.1

From: Frank Stefani <frank(dot)stefani(at)ead-systeme(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: New bug invented in 6.5.1
Date: 1999-07-26 13:03:48
Message-ID: 379C5CB4.6B687632@ead-systeme.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I discovered the following bug which is new in 6.5.1:

template1=> CREATE TABLE user_selektor (user char(16), selektor int4);
ERROR: parser: parse error at or near "user"
ERROR: parser: parse error at or near "user"
template1=> CREATE TABLE user_selektor (uuser char(16), selektor
int4);
CREATE

So it looks like an attribute must not be named 'user', with
'uuser' it works. This is new. We use such a table in our
production system which is 6.3.2.

Greet's,
Frank.
--
---------------------------------------------------------------
_/_/_/_/ _/_/ _/_/_/ EAD-Systeme GmbH
_/ _/ _/ _/ _/ Nachfeldstr. 4
_/_/_/ _/ _/ _/ _/ D-82490 Farchant, Germany
_/ _/_/_/_/_/ _/ _/ Phone: +49 8821 9623-0
_/_/_/_/ _/ _/ _/_/_/_/ Fax: +49 8821 9623-20
---------------------------------------------------------------
Email: Frank(dot)Stefani(at)ead-systeme(dot)de
---------------------------------------------------------------

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Hollomon 1999-07-26 13:33:25 Re: [HACKERS] Problem with dlopen and PostgreSQL - load of file failed
Previous Message Oleg Bartunov 1999-07-26 12:29:34 postgres Web problem