Re: minor doc fix - garbage in example of result of unnest - Mailing list pgsql-hackers

From Tom Lane
Subject Re: minor doc fix - garbage in example of result of unnest
Date
Msg-id 1469779.1591365414@sss.pgh.pa.us
Whole thread Raw
In response to minor doc fix - garbage in example of result of unnest  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: minor doc fix - garbage in example of result of unnest  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
> index 7c06afd3ea..3b810c0eb4 100644
> --- a/doc/src/sgml/func.sgml
> +++ b/doc/src/sgml/func.sgml
> @@ -17821,7 +17821,6 @@ SELECT NULLIF(value, '(none)') ...
>   1
>   2
>  </programlisting>
> -        (2 rows in result)
>         </para></entry>
>        </row>

That's not "garbage", I put it there intentionally.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Internal key management system
Next
From: Antonin Houska
Date:
Subject: Re: More efficient RI checks - take 2