Re: update inside function does not use the index - Mailing list pgsql-general

From Johannes
Subject Re: update inside function does not use the index
Date
Msg-id 564A3B26.7050305@posteo.de
Whole thread Raw
In response to Re: update inside function does not use the index  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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(...);


Attachment

pgsql-general by date:

Previous
From: Johannes
Date:
Subject: Re: update inside function does not use the index
Next
From: Kevin Grittner
Date:
Subject: Re: Importing directly from BCP files