Commit ec5d6fc4 authored by Tom Lane's avatar Tom Lane

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
parent 0c882e52
...@@ -3164,7 +3164,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue> ...@@ -3164,7 +3164,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
{bar} {bar}
{baz} {baz}
</programlisting> </programlisting>
(2 rows in result)
</para></entry> </para></entry>
</row> </row>
...@@ -3225,7 +3224,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue> ...@@ -3225,7 +3224,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
hello hello
world world
</programlisting> </programlisting>
(2 rows in result)
</para></entry> </para></entry>
</row> </row>
...@@ -17821,7 +17819,6 @@ SELECT NULLIF(value, '(none)') ... ...@@ -17821,7 +17819,6 @@ SELECT NULLIF(value, '(none)') ...
1 1
2 2
</programlisting> </programlisting>
(2 rows in result)
</para></entry> </para></entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment