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 1pp3Y7-0001Tz-GX for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Apr 2023 08:52:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pp3Y5-0001hU-TQ for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Apr 2023 08:52:21 +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 1pp3Y4-0001hK-Vi for pgsql-hackers@lists.postgresql.org; Wed, 19 Apr 2023 08:52:21 +0000 Received: from new2-smtp.messagingengine.com ([66.111.4.224]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pp3Y0-003nis-9d for pgsql-hackers@lists.postgresql.org; Wed, 19 Apr 2023 08:52:20 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.nyi.internal (Postfix) with ESMTP id D17A4582364; Wed, 19 Apr 2023 04:52:10 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 19 Apr 2023 04:52:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type: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= 1681894330; x=1681901530; bh=VkJMHzNNDe0IX7OqTEggttWwVbgBghYfFhG fmftR6Ik=; b=ei4XL0H4w/eIxvE0QrntVnV1B0Gu0YYMueYdft39+9+acdf/Alq MdrtQ1gZqvbpyJ+kwax95fZurw+NWn5b8Oo1nhl0GOXfPyqYwkqN/HmlAImC1CtP 2nWik/9q59C5mGcbSB5kFP7WyyJY6Q2n+DAL6BDmo1tGZpOoba598xw0WW9D+O9b iyPUzTEfAJdWIJylSK5jCSl4gsdrVnoyRzqGoYdkn8bCudK9KlsHGc7OVhfatY/N VifZzmjPE1fVNOgj/YxYVh2CiFSERHb4KTifRddErvKGlFbzyP44ENpwunLovy/m Qoli6SLbyqeGI4nrkPukFhCqijOh8VxZdfQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedttddgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 19 Apr 2023 04:52:09 -0400 (EDT) Message-ID: Date: Wed, 19 Apr 2023 10:52:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: Should we put command options in alphabetical order in the doc? To: Peter Geoghegan , David Rowley Cc: PostgreSQL Developers References: Content-Language: en-US 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 19.04.23 01:30, Peter Geoghegan wrote: >> I'd be interested to know if you could tell me if SKIP_LOCKED has more >> importance than INDEX_CLEANUP, for example. If you can, it would seem >> like trying to say apples are more important than oranges, or >> vice-versa. > > I don't accept your premise that the only thing that matters (or the > most important thing) is adherence to some unambiguous and consistent > order. My thinking is, if I want to look up FREEZE on the VACUUM man page, I would welcome some easily identifiable way of locating it. At that point, I don't know whether FREEZE is important or what kind of option it is. For reference material, easy lookup should be a priority. For a narrative chapter on VACUUM, you can introduce the options in any other suitable order.