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 1hSNlz-0006Zw-4W for pgadmin-hackers@arkaria.postgresql.org; Sun, 19 May 2019 15:30:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hSNlw-000175-FD for pgadmin-hackers@arkaria.postgresql.org; Sun, 19 May 2019 15:30:48 +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 1hSNlw-00015M-49 for pgadmin-hackers@lists.postgresql.org; Sun, 19 May 2019 15:30:48 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hSNlp-0006V1-2J for pgadmin-hackers@lists.postgresql.org; Sun, 19 May 2019 15:30:46 +0000 Received: from localhost (117.56-243-81.adsl-dyn.isp.belgacom.be [81.243.56.117]) (Authenticated sender: julien@riou.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4F442100005; Sun, 19 May 2019 15:30:33 +0000 (UTC) Date: Sun, 19 May 2019 17:30:32 +0200 From: Julien Riou To: Stephen Frost Cc: pgadmin-hackers@lists.postgresql.org Subject: Re: PROXY protocol support Message-ID: <20190519153032.GA13208@thinkpad> References: <20190519142604.GA5843@thinkpad> <20190519151554.GH6197@tamriel.snowman.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190519151554.GH6197@tamriel.snowman.net> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 19/05/19, Stephen Frost wrote: > Greetings, > > * Julien Riou (julien@riou.xyz) wrote: > > My question is, what do you think of this feature? Is it worth to spend > > time implementing it in PostgreSQL or not? > > This isn't really the right list for this discussion, this list is for > discussing PGAdmin (the PG administration client) not for PG itself > (that list would be pgsql-hackers). > > However, pgbouncer already provides this feature, so I'd say it's a good > feature and one that you want from your connection pooler. > > Thanks, > > Stephen Good catch! I'm sorry. I will forward the conversation directly to the pgsql-hackers mailing list for further messages. Julien