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 1pI5nx-0004ms-Hn for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Jan 2023 10:36: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 1pI5nv-0004ln-UQ for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Jan 2023 10:36:27 +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 1pI5nv-0004le-Km for pgsql-hackers@lists.postgresql.org; Wed, 18 Jan 2023 10:36:27 +0000 Received: from new4-smtp.messagingengine.com ([66.111.4.230]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pI5nt-00019q-47 for pgsql-hackers@lists.postgresql.org; Wed, 18 Jan 2023 10:36:27 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailnew.nyi.internal (Postfix) with ESMTP id 5C5F15818E9; Wed, 18 Jan 2023 05:36:22 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 18 Jan 2023 05:36:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1674038182; x= 1674045382; bh=CKcoaIqY5u2KUNtmpI0aXHrLLP/HmkX3Fl/n72xaWSw=; b=G UWhz4pNfZ7eJGkVno8S3XB+rF6dSHZdtXP+uygky6LUaMAL9YwkGIHc0sy57+Hld /xvI7M8qvxqW2CiPml8u+/fFmr4JWfV2XR2LJyeYlI6i+OTmfHLiawqzyMBG6mjM WxtzAlQM7pu2xdz4A9jN5Rjc5JVH87QtFb7PAy2ADrMhznzT0OpTMKxq+hAGWX7d 4NPuDtgEiJPPYWFsAUTGB6+DCdfEwH0zKRNEVH281geyCUyZ0sOkYQ9nzc5WY9I7 5DiiC9aiF3h8zXwriyEGiDzDT1ijbGTP+NqFg53R2Wfv6vVDu9NFKJK3IdCz1kwW Mb3yyUDItGHEuFtQqkd5w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedruddtkedgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 18 Jan 2023 05:36:20 -0500 (EST) Message-ID: Date: Wed, 18 Jan 2023 11:36:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [DOCS] Stats views and functions not in order? Content-Language: en-US To: Peter Smith , vignesh C Cc: "David G. Johnston" , Tom Lane , PostgreSQL Hackers References: <539d5720-01ce-3969-4c9f-1372af98b16c@enterprisedb.com> From: Peter Eisentraut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 11.01.23 07:11, Peter Smith wrote: > v9-0003 --> v10-0001 > >> I'm not sure if anything is pending for v9-0003, if there is something >> pending, please post an updated patch for the same. > > Thanks for the reminder. PSA v10. So this patch changes some sections describing system views to refentry's. What is the reason for that? refentry's are basically man pages; do we want man pages for each system view? Maybe (*), but then we should also do the same to all the other system views, all the system catalogs, everything else. Just changing a few in a single place seems odd. (*) -- but also maybe not?