Re: impossible to create a table having the same name of a sequence object

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: jose@sferacarta.com, pgsql-bugs@postgresql.org
Date: 2001-01-03T16:50:30Z
Lists: 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