Re: Security Issues: Allowing Clients to Execute SQL in the Backend. - Mailing list pgsql-general

From Hello World
Subject Re: Security Issues: Allowing Clients to Execute SQL in the Backend.
Date
Msg-id CAB8jeLncNnnS-ePEkwAL-Z--rk_1x+fXWsRYCzMh1QbjcdqKFw@mail.gmail.com
Whole thread Raw
In response to Re: Security Issues: Allowing Clients to Execute SQL in the Backend.  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Responses Re: Security Issues: Allowing Clients to Execute SQL in the Backend.  (Geoff Montee <geoff.montee@gmail.com>)
List pgsql-general

SET statement_timeout=0;
SET work_mem=1024GB;

I just realized about the SET command.

Isn't it weird that any user can set parameters such as this that will apply server wide? to all future sessions?

I noticed that some of the parameters can only be set by superusers, and some require re-start, but still. Anybody can re-configure the server..... ??

pgsql-general by date:

Previous
From: Willy-Bas Loos
Date:
Subject: Re: importing a messy text file
Next
From: Francisco Olarte
Date:
Subject: Re: Vacuuming strategy