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            [EMAIL PROTECTED]
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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to