Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lTtG2-0000zg-Bg for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Apr 2021 21:29:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lTtG0-0007Dt-TC for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Apr 2021 21:29:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lTtG0-0007Dm-Lx for pgsql-hackers@lists.postgresql.org; Tue, 06 Apr 2021 21:29:08 +0000 Received: from sfr-1.cri.mines-paristech.fr ([77.158.180.225] helo=smtp.cri.ensmp.fr) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lTtFx-0002jM-GG for pgsql-hackers@lists.postgresql.org; Tue, 06 Apr 2021 21:29:07 +0000 Received: from pseudo (185.141.6.84.rev.sfr.net [84.6.141.185]) by smtp.cri.ensmp.fr (Postfix) with ESMTPSA id 13349C017B; Tue, 6 Apr 2021 23:30:34 +0200 (CEST) Date: Tue, 6 Apr 2021 23:29:01 +0200 (CEST) From: Fabien COELHO X-X-Sender: fabien@pseudo To: Peter Eisentraut cc: PostgreSQL Developers Subject: Re: psql - add SHOW_ALL_RESULTS option In-Reply-To: <1ec5ef49-b5c8-4129-e680-fe42f8d0670b@2ndquadrant.com> Message-ID: References: <325.1579288226@sss.pgh.pa.us> <20200201120136.fnlbfcrybgzk75pc@development> <20200930062105.GE1996@paquier.xyz> <1ec5ef49-b5c8-4129-e680-fe42f8d0670b@2ndquadrant.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2056645051-890406961-1617744541=:2555247" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2056645051-890406961-1617744541=:2555247 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8BIT Hello Peter, >> My 0.02€: I tested this updated version and do not have any comment on this >> version. From my point of view it could be committed. I would not bother to >> separate the test style ajustments. > > Committed. The last thing I fixed was the diff in the copy2.out regression > test. The order of the notices with respect to the error messages was wrong. > I fixed that by switching back to the regular notice processor during COPY > handling. > > Btw., not sure if that was mentioned before, but a cool use of this is to > \watch multiple queries at once, like > > select current_date \; select current_time \watch Indeed, that was one of the things I tested on the patch. I'm wondering whether the documentation should point this out explicitely. Anyway Thanks for the push! -- Fabien. --2056645051-890406961-1617744541=:2555247--