doc issue missing type name "multirange" in chapter title

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: doc issue missing type name "multirange" in chapter title
Date: 2021-05-07 05:17:23
Message-ID: CAFj8pRDioOxiJgmgw9TqQqZ3CxnJC4P5B2Oospf2eMgAjJuewA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I searched operators for multirange type, and the current doc is little bit
messy, because chapter "Range Functions and Operators" contains operators
and functions for multirange type too.

I think so this chapter should be renamed to Range, Multirange Functions
and Operators"

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0b5571460d..f6ed1568af 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -18164,7 +18164,7 @@ SELECT NULLIF(value, '(none)') ...
</sect1>

<sect1 id="functions-range">
- <title>Range Functions and Operators</title>
+ <title>Range, Multirange Functions and Operators</title>

<para>
See <xref linkend="rangetypes"/> for an overview of range types.

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2021-05-07 05:34:53 Re: Race condition in recovery?
Previous Message Yugo NAGATA 2021-05-07 05:14:16 Re: Implementing Incremental View Maintenance