Is it bug ? - Mailing list pgsql-general

From Ivar
Subject Is it bug ?
Date
Msg-id bcc37j$i6j$1@main.gmane.org
Whole thread Raw
List pgsql-general
Hi,

Is it bug ?
Try to create these tables with following order

CREATE TABLE m_tvh (
 web_teid varchar(40) UNIQUE
);

CREATE TABLE m_tvh_web (
 teid varchar(40) UNIQUE
);

Both wany make index with name 'm_tvh_web_teid_key'.

Postgre version = 7.3.1.



pgsql-general by date:

Previous
From: Curt Sampson
Date:
Subject: Finding Current Page Size
Next
From: "Chinthaka Kariyawasam"
Date:
Subject: fetch from cursor