projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f1d2a
)
docs: Fix bit_count example output
author
Daniel Gustafsson
Thu, 29 Jul 2021 19:39:40 +0000
(21:39 +0200)
committer
Daniel Gustafsson
Thu, 29 Jul 2021 19:39:40 +0000
(21:39 +0200)
The returnvalue for the bit_count(::bytea) example was assuming a
non-default value of standard_conforming_strings. This was fixed
in the tests in commit
ebedd0c78
.
Author:
[email protected]
Discussion: https://postgr.es/m/OSZPR01MB6551FFAC1088C82C3D799BE0FAEB9@OSZPR01MB6551.jpnprd01.prod.outlook.com
Backpatch-through: 14
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index c12d03e58326a88dc1d420d2026d315c2185ff2e..d83f39f7cd02fc3123f7057163b8535f3acce074 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-4085,7
+4085,7
@@
SELECT format('Testing %3$s, %2$s, %s', 'one', 'two', 'three');
bit_count('\x1234567890'::bytea)
-
31
+
15