Re: Why is SERIAL a keyword?

Поиск
Список
Период
Сортировка
От Alessio Bragadini
Тема Re: Why is SERIAL a keyword?
Дата
Msg-id 3B7B65B1.BA7CBD55@albourne.com
обсуждение исходный текст
Ответ на Why is SERIAL a keyword?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

> The only downside I can see to this is that it's currently possible to
> use a user-defined type named "serial", if you are determined enough:
> 
> create table foo (
>         f1 serial,              -- it's a serial column
>         f2 "serial",            -- user-defined type named "serial"

I would call it a bug actually...

-- 
Alessio F. Bragadini        alessio@albourne.com
APL Financial Services        http://village.albourne.com
Nicosia, Cyprus             phone: +357-2-755750

"It is more complicated than you think"    -- The Eighth Networking Truth from RFC 1925


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: encoding names
Следующее
От: Gilles DAROLD
Дата:
Сообщение: Re: Dollar in identifiers