]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Fix typo in rule-system view example
authorFujii Masao <fujii@postgresql.org>
Wed, 8 Jul 2026 00:04:31 +0000 (09:04 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 8 Jul 2026 00:05:46 +0000 (09:05 +0900)
commit1e8f393f2d037d3821e79349c8fac22ce697e8cd
treecab6fe2d15ecf4da88e9aee9bde829e673d291b6
parentd3888c90a07f1a2134a162eace20d6e32eb38038
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 <y.saburov@gmail.com>
Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/178248467618.108999.9966122434342474006@wrigleys.postgresql.org
Backpatch-through: 14
doc/src/sgml/rules.sgml