Re: [BUGS] Bug #711: Automatic created indexes can in some cases not be referenced to

2002-07-12 Thread Tom Lane
[EMAIL PROTECTED] writes: > # CREATE TABLE WHOIS_BLOCK_TABLE_DATE ( > # BLOCK SERIAL UNIQUE, > # CREATE INT,-- Timestamp > # UPDATE INT -- Timestamp > # ); > NOTICE: CREATE TABLE will create implicit sequence >'whois

Re: [BUGS] Bug #711: Automatic created indexes can in some cases not be referenced to

2002-07-12 Thread Hugo Jonker
On Fri, Jul 12, 2002 at 07:19:58AM -0400, [EMAIL PROTECTED] wrote: > Long Description > It looks as if automatic created indexes can in some cases not be referenced to >because long names are truncated. See example SQL statement below. There's a typo in your statement. The sequence name gets tr

[BUGS] Bug #711: Automatic created indexes can in some cases not be referenced to

2002-07-12 Thread pgsql-bugs
Lasse L. Johnsen ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Automatic created indexes can in some cases not be referenced to Long Description It looks as if automatic created indexes can in some cases not be referenced to