Re: Strange change in my where clause?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Bjørn T Johansen <btj(at)havleik(dot)no>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Strange change in my where clause?
Date: 2004-12-06 13:01:28
Message-ID: Pine.BSO.4.56.0412060800450.16153@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 6 Dec 2004, [ISO-8859-1] Bjørn T Johansen wrote:

> I have a select where I end like this:
>
> ...where week = 40 and year = 2004 order by trykkedato, presseID, godeaviser
>
> but the statement logged by the server is
>
> ...where week = 40 and year = 2004 order by 1,3,20
>

I find this a little hard to believe. What logging option are you using?
It certainly comes out as expected here with log_statement.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bjørn T Johansen 2004-12-06 13:05:55 Re: Strange change in my where clause?
Previous Message Kris Jurka 2004-12-06 12:57:31 Re: SSL confirmation - No trusted certificate found