minor doc fix - garbage in example of result of unnest

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: minor doc fix - garbage in example of result of unnest
Date: 2020-06-05 11:58:44
Message-ID: CAFj8pRAXuetiHUfs73zjsJD6B78FWcUsBS-j23sdCMFXkgx5Fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

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>

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message chenhj 2020-06-05 12:39:46 Re: [Proposal] Page Compression for OLTP
Previous Message Pavel Stehule 2020-06-05 11:55:58 Re: proposal - function string_to_table