Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2db22
)
doc: Fix type of cursor_position in jsonlog table
author
Michael Paquier
<michael@paquier.xyz>
Tue, 25 Oct 2022 00:29:21 +0000
(09:29 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Tue, 25 Oct 2022 00:29:21 +0000
(09:29 +0900)
This entry was listed as a "string", but it is a "number. The other
fields are correctly described, on a second look.
Reported-by: Nuko Yokohama
Author: Tatsuo Ishii
Discussion: https://postgr.es/m/CAF3Gu1awoVoDP5d0_eN=cR=QkGVwH+OtFvwJkkc5cB_ZMWjyeA@mail.gmail.com
Backpatch-through: 15
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 6c649336e160e3b8ec9fb53a1f22a4bc56b635f4..559eb898a9abc43b52be9d050b280b423d298179 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-7801,7
+7801,7
@@
COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</row>
<row>
<entry><literal>cursor_position</literal></entry>
- <entry>
string
</entry>
+ <entry>
number
</entry>
<entry>Cursor index into query string</entry>
</row>
<row>