Re: SQL command to edit postgresql.conf, with comments

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Darren Duncan <darren(at)darrenduncan(dot)net>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL command to edit postgresql.conf, with comments
Date: 2010-10-12 22:54:21
Message-ID: 4CB4E71D.6040201@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Postgres has "COMMENT ON ..." SQL for various database objects and I
> assumed that said comments would be stored in the system catalog.

Oh. Now that's an interesting perspective ... you're suggesting that we
take the comments and apply them as COMMENTS on the specific pg_settings?

That wouldn't solve the issues of ordering, or of comments in the file
not associated with a setting, but might be a good 80% solution.

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Broersma 2010-10-12 23:07:10 Re: SQL command to edit postgresql.conf, with comments
Previous Message Marko Tiikkaja 2010-10-12 22:36:30 Re: Review: Fix snapshot taking inconsistencies