Re: Strange change in my where clause?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Strange change in my where clause?
Дата
Msg-id Pine.BSO.4.56.0412060800450.16153@leary.csoft.net
обсуждение исходный текст
Ответ на Strange change in my where clause?  (Bjørn T Johansen <btj@havleik.no>)
Ответы Re: Strange change in my where clause?
Список 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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Bjørn T Johansen
Дата:
Сообщение: Strange change in my where clause?
Следующее
От: Bjørn T Johansen
Дата:
Сообщение: Re: Strange change in my where clause?