Re: table name - TypeCreate error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: table name - TypeCreate error
Дата
Msg-id 12624.1011884400@sss.pgh.pa.us
обсуждение исходный текст
Ответ на table name - TypeCreate error  ("Felipe Nievinski" <fnievinski@terra.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Radu-Adrian Popescu
Дата:
Сообщение: Re: table name - TypeCreate error
Следующее
От: Markus Bertheau
Дата:
Сообщение: why can a named subselect not be used in a where condition?