Re: impossible to create a table having the same name of a sequence object - Mailing list pgsql-bugs

From Tom Lane
Subject Re: impossible to create a table having the same name of a sequence object
Date
Msg-id 16495.978540630@sss.pgh.pa.us
Whole thread Raw
In response to impossible to create a table having the same name of a sequence object  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> impossible to create a table having the same name of a sequence object

This is not a bug.  A sequence is a table, of a sort, and so there's
just one namespace for both.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Output of date_part('quarter', date)
Next
From: Tom Lane
Date:
Subject: Re: update and tcl/tk