Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1j6iU1-0004Jc-CN for pgsql-sql@arkaria.postgresql.org; Tue, 25 Feb 2020 22:15:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1j6iTz-0006w5-2Y for pgsql-sql@arkaria.postgresql.org; Tue, 25 Feb 2020 22:15:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1j6iTy-0006vy-QX for pgsql-sql@lists.postgresql.org; Tue, 25 Feb 2020 22:15:14 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j6iTr-0000j3-Ia for pgsql-sql@lists.postgresql.org; Tue, 25 Feb 2020 22:15:14 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id 01PMF3tw029148; Tue, 25 Feb 2020 17:15:03 -0500 From: Tom Lane To: Tim Uckun cc: pgsql-sql@lists.postgresql.org Subject: Re: Documentation of the pg_service file In-reply-to: References: Comments: In-reply-to Tim Uckun message dated "Wed, 26 Feb 2020 09:25:19 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29146.1582668903.1@sss.pgh.pa.us> Date: Tue, 25 Feb 2020 17:15:03 -0500 Message-ID: <29147.1582668903@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Tim Uckun 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. regards, tom lane