where did debug_print_query go in 7.3???

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема where did debug_print_query go in 7.3???
Дата
Msg-id aslpje$77s$1@news.hub.org
обсуждение исходный текст
Ответы Re: where did debug_print_query go in 7.3???  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
How come debug_print_query isn't in 7.3??? I need that to develop my application.

Also the docs haven't been fully updated. runtime-config.html has:

DEBUG_PRINT_PARSE (boolean)
DEBUG_PRINT_REWRITTEN (boolean)
DEBUG_PRINT_PLAN (boolean)
DEBUG_PRETTY_PRINT (boolean)

     These flags enable various debugging output to be sent to the server log. For each
executed query, print either the query text, the resulting parse tree, the query rewriter
                                ^^^^^^^^^^^^
output, or the execution plan. DEBUG_PRETTY_PRINT indents these displays to produce a more
readable but much longer output format.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.3 no longer using indexes for LIKE queries
Следующее
От: Robert Treat
Дата:
Сообщение: how to make functions multi-user safe?