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

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: impossible to create a table having the same name of a sequence object
Date: 2001-01-03 15:27:48
Message-ID: 200101031527.f03FRmQ02287@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jose (jose(at)sferacarta(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Lockhart 2001-01-03 16:03:12 Re: Output of date_part('quarter', date)
Previous Message Denis V. Osadchy 2001-01-03 06:56:25 Output of date_part('quarter', date)