On Tue, Feb 25, 2020 at 2:15 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Tim Uckun <timuckun(at)gmail(dot)com> writes:
> > Is there some comprehensive documentation of all the possible keys in
> > the pg_service .
>
> According to
>
> https://www.postgresql.org/docs/current/libpq-pgservice.html
>
> it's the same as the list of libpq connection parameters.
>
> And I _think_ those parameters are fully listed here:
https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
Corrections welcome if I have that wrong..
Steve