Re: minor doc fix - garbage in example of result of unnest

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: minor doc fix - garbage in example of result of unnest
Date: 2020-06-05 13:56:54
Message-ID: 1469779.1591365414@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message PG Doc comments form 2020-06-05 14:31:34 create database with template doesn't copy ACL
Previous Message Fabien COELHO 2020-06-05 13:34:54 Re: Internal key management system