Add hint message for check_log_destination() - Mailing list pgsql-hackers

From Japin Li
Subject Add hint message for check_log_destination()
Date
Msg-id MEYP282MB16690D36C2C10A1E11B8C97AB62DA@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Add hint message for check_log_destination()
List pgsql-hackers
Hi, hackers

When I try to change log_destination using ALTER SYSTEM with the wrong value,
it complains of the "Unrecognized key word" without available values.  This
patch tries to add a hint message that provides available values for
log_destination.  Any thoughts?

-- 
Regrads,
Japin Li.


Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Disabling Heap-Only Tuples
Next
From: Nathan Bossart
Date:
Subject: Re: pgsql: Fix search_path to a safe value during maintenance operations.