Re: table name - TypeCreate error - Mailing list pgsql-sql

From Tom Lane
Subject Re: table name - TypeCreate error
Date
Msg-id 12624.1011884400@sss.pgh.pa.us
Whole thread Raw
In response to table name - TypeCreate error  ("Felipe Nievinski" <fnievinski@terra.com.br>)
List pgsql-sql
"Felipe Nievinski" <fnievinski@terra.com.br> writes:
> I would expect to be able to create a table with any name different 
> than others tables' name.

A table also implies a type (for its rowtype) in Postgres.  Sorry.

In 7.3 this will be less of a problem since user tables will live in
a different schema than system types do.  For now, there's nothing
you can do except name your table something else.
        regards, tom lane


pgsql-sql by date:

Previous
From: Radu-Adrian Popescu
Date:
Subject: Re: table name - TypeCreate error
Next
From: Markus Bertheau
Date:
Subject: why can a named subselect not be used in a where condition?