Re: 7.4b4 domain usage and select question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: PGGeneral <pgsql-general(at)postgresql(dot)org>
Subject: Re: 7.4b4 domain usage and select question
Date: 2003-10-18 17:12:41
Message-ID: 3903.1066497161@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> writes:
> select * from test_table where field_1 = '1'; -- fails
> The last select fails with 'operator is not unique: test_domain = "unknown"'

Works as expected in CVS tip ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-10-18 17:49:33 Re: Timestamp to date conversion...plz help me
Previous Message Jeff Eckermann 2003-10-18 16:57:53 Re: plpgsql: return multiple result sets