Thanks!
Dave
On Tue, Oct 21, 2008 at 1:57 PM, Jeff Davis <pgsql@xxxxxxxxxxx> wrote:
On Mon, 2008-10-20 at 17:22 -0700, Dave Fry wrote:Can you set it by user instead, and have different hosts connect using
> Hello. Is it possible to set a statement_timeout by host, such that
> requests from only that host will be limited?
>
different users?
ALTER USER foo SET statement_timeout='2s';
Regards,
Jeff Davis