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 <m...@debian.org> Discussion: https://www.postgresql.org/message-id/flat/aatpbnqphv4lw...@msg.df7cb.de Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2e640a0fa224e4233220252b360efd33c98b3e90 Modified Files -------------- doc/src/sgml/ref/create_operator.sgml | 6 +++--- doc/src/sgml/xoper.sgml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)