Re: update inside function does not use the index

From: Johannes <jotpe(at)posteo(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: update inside function does not use the index
Date: 2015-11-16 20:23:02
Message-ID: 564A3B26.7050305@posteo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A function seams to be atomic for the analyze command (or?)

EXPLAIN ANALYZE select my_function();

returns no inner query plan, just the costs, rows and width....

Am 16.11.2015 um 17:57 schrieb Adrian Klaver:
> EXPLAIN ANALYZE select ... your_function(...);

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2015-11-16 20:49:14 Re: Importing directly from BCP files
Previous Message Johannes 2015-11-16 20:19:25 Re: update inside function does not use the index