aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-06-05 18:04:37 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-06-05 18:04:37 -0400
commitec5d6fc4ae8c75391d99993cd030a8733733747d (patch)
tree8f92eba472ca90037423ac162bf041192a2eae2f /doc/src
parent0c882e52a8660114234a0c4a29db919bb727e552 (diff)
downloadpostgresql-ec5d6fc4ae8c75391d99993cd030a8733733747d.tar.gz
postgresql-ec5d6fc4ae8c75391d99993cd030a8733733747d.zip
Doc: remove annotations about multi-row output of set-returning functions.
I thought this added clarity, or at least was consistent with the way these entries looked before v13 ... but apparently I'm in the minority. Discussion: https://postgr.es/m/CAFj8pRAXuetiHUfs73zjsJD6B78FWcUsBS-j23sdCMFXkgx5Fg@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 7c06afd3eaf..b682154f637 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -3164,7 +3164,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
{bar}
{baz}
</programlisting>
- (2 rows in result)
</para></entry>
</row>
@@ -3225,7 +3224,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
hello
world
</programlisting>
- (2 rows in result)
</para></entry>
</row>
@@ -17821,7 +17819,6 @@ SELECT NULLIF(value, '(none)') ...
1
2
</programlisting>
- (2 rows in result)
</para></entry>
</row>