From: Tom Lane Date: Fri, 5 Jun 2020 22:04:37 +0000 (-0400) Subject: Doc: remove annotations about multi-row output of set-returning functions. X-Git-Tag: REL_13_BETA2~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec5d6fc4ae8c75391d99993cd030a8733733747d;p=thirdparty%2Fpostgresql.git 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 --- 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) PgPgPgPg {bar} {baz} - (2 rows in result) @@ -3225,7 +3224,6 @@ repeat('Pg', 4) PgPgPgPg hello world - (2 rows in result) @@ -17821,7 +17819,6 @@ SELECT NULLIF(value, '(none)') ... 1 2 - (2 rows in result)