Re: shrinking the postgresql.conf - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: shrinking the postgresql.conf
Date
Msg-id slrndffb1f.bj3.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to shrinking the postgresql.conf  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
On 2005-08-08, Josh Berkus <josh@agliodbs.com> wrote:
> I've considered before adjusting pg_settings so that it would take UPDATEs
> and convert them to SET statements.   However, I'm not really sure what the 
> benefit of this would be.

It's done that (via rules) since at least as far back as 7.4, no?

(Though it suffers from the usual problem in that it rewrites an UPDATE
into a SELECT, resulting in an UPDATE command that returns tuples, which is
known to break some client interfaces.)

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: psql and ROLES
Next
From: Bruce Momjian
Date:
Subject: Back from OSCON