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 1is9Fu-0008MF-CD for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2020 17:48:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1is9Ft-0007JB-7n for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Jan 2020 17:48:29 +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 1is9Fs-0007J2-S0 for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2020 17:48:28 +0000 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1is9Fn-0006w1-O6 for pgsql-hackers@lists.postgresql.org; Thu, 16 Jan 2020 17:48:28 +0000 Received: by mail-wr1-x441.google.com with SMTP id c14so20066573wrn.7 for ; Thu, 16 Jan 2020 09:48:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=tJnxwQkG9FCRWXbUXan/p15zkTU5PbQaXNmDeYdhC0A=; b=mjd804nUjEG2PBr9BuD1w7nLJGIHHdtEYunHQD4gTqs+o/nMnYftUOwiBGY5rB3wgT qqnILUybxtqnVvOWSEeeFOz6AMXsBqSuauNf37TkqPSonGoVa1025UBoNMTRlASbg5E6 IWnAAEp2fRasn2EVmQyIRsHmwo6d/2tjzPv1KRfYmZ9AH6QIhxPm2i3IXjWPwIB91uMo 0qzBDRrPadOeu6ItiaGsX3JwU5spFs3TkcIgsJ4vMb2tafdncz4f83vSq+LsRYJnRJAH BLvOBjVq4hDxU1ayHzJ+kVlsz9THiUmov+XCAFu9pzGg51WZzBKNG4pDAiF0r6AIFD5H YpGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tJnxwQkG9FCRWXbUXan/p15zkTU5PbQaXNmDeYdhC0A=; b=kgJJRfuRHQn8Ntt82oBEAhAuTB/kVysFfDLjeEa0ve1oHXP2VHOBW+X/Lp4w6h+1BK OxUr28jbZH/h3+Z4H8N7sP5n6XJvjD/4DDkLhiaEZuH0XReJCR000W6vtFtFWgvYGwZh u6ofhM5JpTxvhXULxke10wkXhAOZMVZocXmF/AcUA0srjC5AzGm4Id3mBmLABaKtH+Wv 1+4CZj76dF8Wfzbq6H+q4841H0SkAIb3mD0x11poQu8lJkJG/jkU3PiJwcBXjUXJcBWd /ltwiV+Ah5khl+75+VXTzhpcK+qb4Z6IJ0Xp5TZS6WcaUGl/r+gk6o5nNWvxjojOOw5x gibw== X-Gm-Message-State: APjAAAXTw1BSYL8KHPgFm2BBU4R+Js/Ne7fqUHqXMvPkxMxV0qUORs8d MxfQdWc3xJejgMn+rT84wuskEw== X-Google-Smtp-Source: APXvYqz4i1JMwNEVKVfY1YoVkwmoy41S2p1NBc/z0LVvVeFx8Fg6LVQR96mMoNUJl5FTEXVIJPAtxg== X-Received: by 2002:a05:6000:1248:: with SMTP id j8mr4387493wrx.44.1579196902988; Thu, 16 Jan 2020 09:48:22 -0800 (PST) Received: from localhost (static-84-42-175-93.net.upcbroadband.cz. [84.42.175.93]) by smtp.gmail.com with ESMTPSA id z6sm29897402wrw.36.2020.01.16.09.48.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jan 2020 09:48:22 -0800 (PST) Date: Thu, 16 Jan 2020 18:48:21 +0100 From: Tomas Vondra To: Fabien COELHO Cc: vignesh C , Alvaro Herrera , Kyotaro Horiguchi , daniel@manitou-mail.org, peter.eisentraut@2ndquadrant.com, iwata.aya@jp.fujitsu.com, PostgreSQL Developers Subject: Re: psql - add SHOW_ALL_RESULTS option Message-ID: <20200116174821.vbtcrpu5zqdzfe7l@development> References: <20190912193111.GA4044@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, This is one of the patches already marked as RFC (since September by Alvaro). Anyone interested in actually pushing it, so that it does not fall through to yet another commitfest? regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services