Re: [COMMITTERS] pgsql-server: Make listen_addresses be a comma-separated - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql-server: Make listen_addresses be a comma-separated
Date
Msg-id 3405.1092020084@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server: Make listen_addresses be a comma-separated  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: [COMMITTERS] pgsql-server: Make listen_addresses be  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> If you've just made this a GUC_LIST_INPUT variable, then you will need 
> to update the nasty bit of hackiness in pg_dumpall to allow it to be 
> dumped without error :(

Dumped by what?  It's a PGC_POSTMASTER variable, there ain't gonna be
nobody putting it in ALTER DATABASE or ALTER USER.

> The problem is there's no way to know if they're list type gucs when 
> dumping, unless we modify the pg_settings view or something.

Yeah, it might be nice to have an API to get at those flag bits.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Add Missing From?
Next
From: Josh Berkus
Date:
Subject: dot-conf checking