public inbox for [email protected]help / color / mirror / Atom feed
pgsql: doc: Fix typo in rule-system view example 7+ messages / 1 participants [nested] [flat]
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:06 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:06 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0237f1480a0d618f60d8dd4eca097e99aa7256d9 Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:06 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:06 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/93338a0fd3b83bb9eeca1f80b8160510aca0272a Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:06 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:06 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/1383cbd03141316d98329341191d856c65d7c2c2 Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:07 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:07 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/3017543b1ca97089b2db96275af65d351188eed6 Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:07 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:07 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/4eccaa8d23a249369e72443d9cfffd2cc3576ef6 Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:07 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:07 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f974687c918c57ae26913985c9a91372b3046727 Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: doc: Fix typo in rule-system view example @ 2026-07-08 00:07 Fujii Masao <[email protected]> 0 siblings, 0 replies; 7+ messages in thread From: Fujii Masao @ 2026-07-08 00:07 UTC (permalink / raw) To: [email protected] doc: Fix typo in rule-system view example Commit dcb00495236 accidentally changed the final expanded query's condition to > 2 while rewriting the example into SQL operator notation. The original query and the preceding rewritten forms all use >= 2, and view expansion should preserve that qualification. This commit changes the final condition from > 2 to >= 2. Backpatch to all supported versions. Reported-by: Yaroslav Saburov <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/1e8f393f2d037d3821e79349c8fac22ce697e8cd Modified Files -------------- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2026-07-08 00:07 UTC | newest] Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-07-08 00:06 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:06 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:06 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:07 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:07 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:07 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]> 2026-07-08 00:07 pgsql: doc: Fix typo in rule-system view example Fujii Masao <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox