Re: 7.4b4 domain usage and select question - Mailing list pgsql-general

From Robert Creager
Subject Re: 7.4b4 domain usage and select question
Date
Msg-id 20031018134004.2358b78f.Robert_Creager@LogicalChaos.org
Whole thread Raw
In response to Re: 7.4b4 domain usage and select question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 7.4b4 domain usage and select question  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7.4b4 domain usage and select question  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-general
When grilled further on (Sat, 18 Oct 2003 13:12:41 -0400),
Tom Lane <tgl@sss.pgh.pa.us> confessed:

> Robert Creager <Robert_Creager@LogicalChaos.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

Per your suggestion, I grabbed the nightly snapshot.  It works fine for the
domain problem I was encountering.

But, I cannot turn of logging of the duration!  It's set to
log_min_duration_statement = 0, but still logs the duration of every statement.
This didn't happen with 7.4b4...  I've set it high to not log most statements.

Cheers,
Rob

--
 13:36:33 up 78 days,  6:02,  4 users,  load average: 2.00, 2.00, 2.00

Attachment

pgsql-general by date:

Previous
From: CSN
Date:
Subject: Re: restart and postgres.conf
Next
From: Tom Lane
Date:
Subject: Re: 7.4b4 domain usage and select question