Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rmVrj-008LZ5-Kc for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Mar 2024 09:34:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rmVri-00BmRW-2I for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Mar 2024 09:34:38 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rmVrh-00BmRN-Ok for pgsql-hackers@lists.postgresql.org; Tue, 19 Mar 2024 09:34:38 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rmVre-005IJd-GI for pgsql-hackers@lists.postgresql.org; Tue, 19 Mar 2024 09:34:37 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 7556D300373F for ; Tue, 19 Mar 2024 10:34:33 +0100 (CET) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 65EDA2E2A9F3; Tue, 19 Mar 2024 10:34:33 +0100 (CET) Received: from s473.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 6435610BC498; Tue, 19 Mar 2024 10:34:33 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.21 X-Spam-Level: X-Spam-Status: No, score=-1.21 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Authentication-Results: s473.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id 9myGSv5-VyoJ; Tue, 19 Mar 2024 10:34:33 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id CC88510BC4A0; Tue, 19 Mar 2024 10:34:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1710840872; bh=jHLgx0leEFrxxU39DI+Pf7lbJadOgikLEBvoCLR0t6s=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=kyS5rDcYVat+sBDYwqEg1glEnZg6KLHGxNe6U8fqfVpRi6MS5XsdqBDA3BUvbC/0N HI5TP/iDFCb2hlCRqkKemDYs2wfCoh3Vr+qzYOR82GIo7LUqkcW1AXx+i33sxnzfOR rkJTrndrvTn114CMdkSPpQ27WHZ2fEM3SXmfsN+m4HdnHzqpyoWxk4JDSdvEaZEXqr iO5XFMKzFalaewQ9KbHEJZQUYv0JEFZK8ui1qo6cghqqsDZLl60ohLuu0iCnnaBq5u CsIpj1Y/aQhcTt89/UFRdALis/UF1/2Rq62zxsdLtqwp95RP1BsbRbHK99cuCNsaaE Uow6L9JSvk0uA== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: doc issues in event-trigger-matrix.html From: Daniel Gustafsson In-Reply-To: Date: Tue, 19 Mar 2024 10:34:32 +0100 Cc: jian he , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <19293801-0321-4B96-9F45-677F417BC516@yesql.se> References: To: Michael Paquier X-Mailer: Apple Mail (2.3696.120.41.1.4) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 19 Mar 2024, at 02:14, Michael Paquier wrote: >=20 > On Tue, Mar 19, 2024 at 08:00:00AM +0800, jian he wrote: >> I think the "X" and "-" mean in this matrix [0] is not very = intuitive. >> mainly because "X" tends to mean negative things in most cases. >> we can write a sentence saying "X" means this, "-" means that. >>=20 >> or maybe Check mark [1] and Cross mark [2] are more universal. >> and we can use these marks. >>=20 >> "Only for local objects" >> is there any reference explaining "local objects"? >> I think local object means objects that only affect one single = database? That's a bigger problem than the table representation, we never define = what "local object" mean anywhere in the EVT docs. EV's are global for a = database, but not a cluster, so I assume what this means is that EVs for non-DDL = commands like COMMENT can only fire for a specific relation they are attached to = and not database wide? > It is true that in Japan the cross mark refers to a negation, and > that's the opposite in France: I would put a cross on a table in the > case where something is supported. I've never seen anybody complain > about the format of these tables, FWIW, but if these were to be > changed, the update should happen across the board for all the tables > and not only one. AFAICT we only have one other table with "X" denoting support, the = "Conflicting Lock Modes" table under Concurrency Control chapter, and there we simply = leave the "not supported" column empty instead of using a dash. Maybe the = simple fix here is to make these tables consistent by removing the dash from the = event trigger firing matrix? As a sidenote, the table should gain a sentence explaining why the login = column is missing to avoid confusion. -- Daniel Gustafsson