Re: [PATCH] Find additional connection service files in pg_service.conf.d directory

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Curt Tilmes <curt(at)tilmes(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Find additional connection service files in pg_service.conf.d directory
Date: 2018-01-14 12:33:05
Message-ID: 20180114123305.GA4563@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 12, 2018 at 09:53:51AM -0500, Curt Tilmes wrote:
> This patch adds an extra search for service connection definitions if
> the current places fail
> to find the service (~/.pg_service.conf <sysconfdir>/pg_service.conf).
> It will then search
> every readable file in the directory <sysconfdir>/pg_service.conf.d.
>
> What do you think?

If you are looking for feedback regarding your patch, please be sure to
register it to the next commit fest:
https://commitfest.postgresql.org/17/

Here are as well some guidelines about patch submission and review
process:
https://wiki.postgresql.org/wiki/Submitting_a_Patch
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Everaldo Canuto 2018-01-14 14:56:18 Re: proposal: alternative psql commands quit and exit
Previous Message Emre Hasegeli 2018-01-14 12:20:57 Re: [HACKERS] [PATCH] Improve geometric types