Re: query reboot pgsql 9.5.1

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: query reboot pgsql 9.5.1
Дата
Msg-id CAKFQuwbhPzeA7g2Q=7gGLpyCb5oRSygk-YbNaJ0TXdRWdP2C0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: query reboot pgsql 9.5.1  (Felipe de Jesús Molina Bravo <fjmolinabravo@gmail.com>)
Ответы Re: query reboot pgsql 9.5.1  (Felipe de Jesús Molina Bravo <fjmolinabravo@gmail.com>)
Список pgsql-general
On Fri, Mar 4, 2016 at 2:56 PM, Felipe de Jesús Molina Bravo <fjmolinabravo@gmail.com> wrote:
when i run without the ANALIZE the output is:

pba=# EXPLAIN ( TIMING, BUFFERS) SELECT idprodxintegrar FROM _gc_tb a LEFT  join _gc_cat b on ( b.arama <@ a.arama  and a.arama <@ b.arama );
ERROR:  la opción BUFFERS de EXPLAIN requiere ANALYZE
pba=# EXPLAIN ( TIMING) SELECT idprodxintegrar FROM _gc_tb a LEFT  join _gc_cat b on ( b.arama <@ a.arama  and a.arama <@ b.arama );
ERROR:  la opción TIMING de EXPLAIN requiere ANALYZE


​What is it about those error messages that is confusing you?​

​David J.

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

Предыдущее
От: Felipe de Jesús Molina Bravo
Дата:
Сообщение: Re: query reboot pgsql 9.5.1
Следующее
От: Felipe de Jesús Molina Bravo
Дата:
Сообщение: Re: query reboot pgsql 9.5.1