Re: funcs.sgml - wrong example

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: Erik Rijkers <er@xs4all.nl>
Cc: pgsql-hackers@postgresql.org
Date: 2022-06-01T12:10:58Z
Lists: pgsql-hackers
On Wed, May 18, 2022 at 03:08:32AM +0200, Erik Rijkers wrote:
> funcs.sgml  has
> 
>   42 <@ '{[1,7)}'::int4multirange
> 
> and calls it true.  The attached fixes that.
> 
> Included are two more changes where actual output differs a bit from what
> the doc examples show.

This patch is RFC but seems to have been forgotten.
Feel free to add it to the next CF if nobody applies it.

Note that I needed to apply it with use git am -p0 - I think it was created
with vanilla diff.

-- 
Justin



Commits

  1. Doc: fix a couple of erroneous examples.