mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
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
This commit is contained in:
parent
3b2db22fe2
commit
f186c7c885
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user