New bug invented in 6.5.1

Поиск
Список
Период
Сортировка
От Frank Stefani
Тема New bug invented in 6.5.1
Дата
Msg-id 379C5CB4.6B687632@ead-systeme.de
обсуждение исходный текст
Список 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.Stefani@ead-systeme.de
---------------------------------------------------------------


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: postgres Web problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: [HACKERS] Re: [SQL] Index on Type Numeric