Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f975df7

Browse files
committed
doc: Fix type of cursor_position in jsonlog table
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
1 parent fb2a83b commit f975df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7794,7 +7794,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
77947794
</row>
77957795
<row>
77967796
<entry><literal>cursor_position</literal></entry>
7797-
<entry>string</entry>
7797+
<entry>number</entry>
77987798
<entry>Cursor index into query string</entry>
77997799
</row>
78007800
<row>

0 commit comments

Comments
 (0)