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.89) (envelope-from ) id 1ihzeG-0001sc-FI for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 19 Dec 2019 17:31:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ihzeF-0006fS-1T for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 19 Dec 2019 17:31:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ihzeE-0006fL-Mx for pgsql-pkg-yum@lists.postgresql.org; Thu, 19 Dec 2019 17:31:38 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ihzeB-00059c-Ld for pgsql-pkg-yum@lists.postgresql.org; Thu, 19 Dec 2019 17:31:37 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1473:f520:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 47dzSj2SkSz3Dwv; Thu, 19 Dec 2019 18:31:33 +0100 (CET) Date: Thu, 19 Dec 2019 18:31:34 +0100 From: Christoph Berg To: James Cassell Cc: PostgreSQL Yum Package List Subject: Re: Can we stop defaulting to 'ident'? Message-ID: <20191219173134.GA10612@msg.df7cb.de> References: <83bdce65-302f-49ef-828a-3831fe11d904@www.fastmail.com> <20191219165719.GC3195@tamriel.snowman.net> <02c6c7de-e2e2-48cd-94e7-7d65b7196ca5@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02c6c7de-e2e2-48cd-94e7-7d65b7196ca5@www.fastmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: James Cassell 2019-12-19 <02c6c7de-e2e2-48cd-94e7-7d65b7196ca5@www.fastmail.com> > > Why in the world would you want that over just using peer..? > > Peer does not work with TCP connections, and I haven't figured how to get,e.g., third-party Java applications working without TCP. There's some GitHub repos that mention the use case of using UNIX sockets with pgjdbc: https://github.com/fiken/junixsocket https://github.com/kohlschutter/junixsocket Doesn't seem mainstream, though. Maybe someone should push for it... Christoph