Skip to content

Commit f186c7c

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 3b2db22 commit f186c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7801,7 +7801,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
78017801
</row>
78027802
<row>
78037803
<entry><literal>cursor_position</literal></entry>
7804-
<entry>string</entry>
7804+
<entry>number</entry>
78057805
<entry>Cursor index into query string</entry>
78067806
</row>
78077807
<row>

0 commit comments

Comments
 (0)