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

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема impossible to create a table having the same name of a sequence object
Дата
Msg-id 200101031527.f03FRmQ02287@hub.org
обсуждение исходный текст
Ответы Re: impossible to create a table having the same name of a sequence object  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
jose (jose@sferacarta.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
impossible to create a table having the same name of a sequence object

Long Description
prova=# \d
         List of relations
     Name     |   Type   |  Owner
--------------+----------+----------
 a            | sequence | postgres
 comuni       | table    | postgres
 distributors | table    | postgres
 films        | table    | postgres
 tablename    | table    | postgres
(5 rows)

prova=# create table a(id int);
ERROR:  Relation 'a' already exists
prova=#


Sample Code


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Denis V. Osadchy"
Дата:
Сообщение: Output of date_part('quarter', date)
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Output of date_part('quarter', date)