Is it bug ?

From: "Ivar" <ivar(at)lumisoft(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Is it bug ?
Date: 2003-06-13 08:52:34
Message-ID: bcc37j$i6j$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2003-06-13 09:38:55 Re: [GENERAL] [HACKERS] SAP and MySQL ... [and Benchmark]
Previous Message Curt Sampson 2003-06-13 08:30:37 Finding Current Page Size