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 1mXspR-0002xo-KW for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 22:22:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXspQ-0004mf-Ci for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 22:22:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXspP-0004m4-Po for pgsql-hackers@lists.postgresql.org; Tue, 05 Oct 2021 22:22:28 +0000 Received: from anastigmatix.net ([68.171.219.55]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXspN-0007M7-7H for pgsql-hackers@lists.postgresql.org; Tue, 05 Oct 2021 22:22:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=uZW9Yb/bko4mfwLjYCwg4X1wSR1N+2pHE7LsMOJdUDc=; b=SDFeP0/zjNtbnEImjwGrK9m81K n+wjg7w1QOuKFjT2+gEnHTy4Ni4wWFsgrNe+1c2qFJr+QlcTP5QS86sNHLAaI/A0cUEFoq58NvjPz lAM7OAH/AhuxSyJySJGr4j6QQ12s1hAZpaP+dtyAKfnZCYdsZM29fa/3UkrLHJ5OtA1KOmCDwzYcz Oqj38/WBa8MZ5yJYYzhFSKNFsVna/KCwBZB0tyxnjKRntSNA87/Wi4tfU25WZQJyejQvDwJSDyN16 k/AyyVpn/oGVS/UxLgilbrZ/yIllTIGS6vqFNw5HX0j8Mhpx1WwPUoYemAtQPGshT5beecVymp2ni QRG8vS6g==; Received: from [184.19.31.139] (port=40113) by bay.acenet.us with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1mXspJ-00Dq0A-9M; Tue, 05 Oct 2021 18:22:22 -0400 Subject: Re: pg_walinspect - a new extension to get raw WAL data and WAL stats To: Bruce Momjian , Bharath Rupireddy References: <20211005220707.GC24555@momjian.us> Cc: PostgreSQL Hackers , satyanarlapuram@gmail.com, marvin_liang@qq.com, actyzhang@outlook.com, Ashutosh Sharma From: Chapman Flack Message-ID: <615CD01B.9050205@anastigmatix.net> Date: Tue, 5 Oct 2021 18:22:19 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20211005220707.GC24555@momjian.us> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap@anastigmatix.net X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 10/05/21 18:07, Bruce Momjian wrote: > Uh, are we going to implement everything that is only available at the > command line as an extension just for people who are using managed cloud > services One extension that runs a curated menu of command-line tools for you and returns their stdout? Regards, -Chap