Skip to content

Commit ec5d6fc

Browse files
committed
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
1 parent 0c882e5 commit ec5d6fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/src/sgml/func.sgml

-3
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
31643164
{bar}
31653165
{baz}
31663166
</programlisting>
3167-
(2 rows in result)
31683167
</para></entry>
31693168
</row>
31703169

@@ -3225,7 +3224,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
32253224
hello
32263225
world
32273226
</programlisting>
3228-
(2 rows in result)
32293227
</para></entry>
32303228
</row>
32313229

@@ -17821,7 +17819,6 @@ SELECT NULLIF(value, '(none)') ...
1782117819
1
1782217820
2
1782317821
</programlisting>
17824-
(2 rows in result)
1782517822
</para></entry>
1782617823
</row>
1782717824

0 commit comments

Comments
 (0)