From 5df6aeab42279eaea8e9ff92744645b155c85b03 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 3 May 2021 20:14:03 +0200 Subject: [PATCH] doc: Add index entry for "multirange type" Before now, looking up "multirange" in the index only led to the multirange() function. To make this more useful, also add an entry pointing to the range types section. --- doc/src/sgml/func.sgml | 2 +- doc/src/sgml/rangetypes.sgml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b9b25e03a23..5ae8abff0ce 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -19206,7 +19206,7 @@ SELECT NULLIF(value, '(none)') ... - multirange + multirange (function) multirange ( anyrange ) anymultirange diff --git a/doc/src/sgml/rangetypes.sgml b/doc/src/sgml/rangetypes.sgml index 91e353d4fdb..92ea0e83dab 100644 --- a/doc/src/sgml/rangetypes.sgml +++ b/doc/src/sgml/rangetypes.sgml @@ -7,6 +7,10 @@ range type + + multirange type + + Range types are data types representing a range of values of some element type (called the range's subtype). -- 2.39.5