From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Some copy-editing around prefix operators |
Date: | 2025-06-30 08:39:23 |
Message-ID: | E1uWA2t-0040pq-2R@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)debian(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/aAtpbnQphv4LWAye(at)msg(dot)df7cb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-06-30 08:51:33 | pgsql: pgbench: Use standard option handling test routines |
Previous Message | Daniel Gustafsson | 2025-06-30 08:23:55 | pgsql: doc: Fix typo in pg_sync_replication_slots documentation |