projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c882e5
)
Doc: remove annotations about multi-row output of set-returning functions.
author
Tom Lane
Fri, 5 Jun 2020 22:04:37 +0000
(18:04 -0400)
committer
Tom Lane
Fri, 5 Jun 2020 22:04:37 +0000
(18:04 -0400)
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
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 7c06afd3eafcb68d67faad526c17b17674d7ed78..b682154f6373504a0c08f47be451f3241485d562 100644
(file)
--- 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)