Re: setting configuration values inside a stored proc

From: Samuel Gendler <sgendler(at)ideasculptor(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: setting configuration values inside a stored proc
Date: 2011-05-13 09:41:58
Message-ID: BANLkTimr9pFDTvx8NgwYrmtE1E3Xmit1yA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, May 13, 2011 at 1:28 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On Friday, May 13, 2011 01:10:19 AM Samuel Gendler wrote:
>
> I would suggest doing ALTER FUNCTION blub(blarg) SET work_mem = '512MB';
>
>
Ah! That's perfect and very convenient. Thanks.

--sam

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Fredrik Widlert 2011-05-13 11:55:46 How to avoid seq scans for joins between union-all views (test case included)
Previous Message tv 2011-05-13 08:44:47 Re: [ADMIN] since when has pg_stat_user_indexes.idx_scan been counting?