Re: SELECT ... FOR UPDATE [WAIT integer | NOWAIT] for 8.5
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Lucas Brito <lucas75@gmail.com>, Hans-Juergen Schoenig <postgres@cybertec.at>
Cc: Greg Stark <greg.stark@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2009-05-11T09:48:18Z
Lists: pgsql-hackers
--On 11. Mai 2009 06:38:44 -0300 Lucas Brito <lucas75@gmail.com> wrote: > Why not extend the "SET" instruction to allow configuration parameters to > be set only in the duration of the transaction or the next "n" commands? It's already there: see SET LOCAL. -- Thanks Bernd