doc: Some copy-editing around prefix operators

Peter Eisentraut <peter@eisentraut.org>

Commit: 2e640a0fa224e4233220252b360efd33c98b3e90
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-06-30T08:38:43Z
doc: Some copy-editing around prefix operators

When postfix operators where dropped in 1ed6b8956, the CREATE OPERATOR
docs were not updated to make the RIGHTARG argument mandatory in the
grammar.

While at it, make the RIGHTARG docs more concise. Also, the operator
docs were mentioning "infix" in the introduction, while using "binary"
everywhere else.

Author: Christoph Berg <myon@debian.org>
Discussion: https://www.postgresql.org/message-id/flat/aAtpbnQphv4LWAye@msg.df7cb.de

Files

PathChange+/−
doc/src/sgml/ref/create_operator.sgml modified +3 −3
doc/src/sgml/xoper.sgml modified +1 −1

Discussion