Re: query reboot pgsql 9.5.1

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Felipe de Jesús Molina Bravo <fjmolinabravo(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: query reboot pgsql 9.5.1
Date: 2016-03-04 21:58:26
Message-ID: CAKFQuwbhPzeA7g2Q=7gGLpyCb5oRSygk-YbNaJ0TXdRWdP2C0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 4, 2016 at 2:56 PM, Felipe de Jesús Molina Bravo <
fjmolinabravo(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Felipe de Jesús Molina Bravo 2016-03-04 22:06:20 Re: query reboot pgsql 9.5.1
Previous Message Felipe de Jesús Molina Bravo 2016-03-04 21:56:55 Re: query reboot pgsql 9.5.1