pgsql: doc: Some copy-editing around prefix operators - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Some copy-editing around prefix operators
Date
Msg-id E1uWA2t-0040pq-2R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix typo in pg_sync_replication_slots documentation
Next
From: Fujii Masao
Date:
Subject: pgsql: psql: Improve tab completion for COPY command.