Re: 7.4b4 domain usage and select question

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

When grilled further on (Sat, 18 Oct 2003 13:12:41 -0400),
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> confessed:

> 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

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-10-18 19:46:55 Re: 7.4b4 domain usage and select question
Previous Message CSN 2003-10-18 18:54:07 Re: restart and postgres.conf