doc: Fix type of cursor_position in jsonlog table
authorMichael Paquier <[email protected]>
Tue, 25 Oct 2022 00:29:21 +0000 (09:29 +0900)
committerMichael Paquier <[email protected]>
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

index 6c649336e160e3b8ec9fb53a1f22a4bc56b635f4..559eb898a9abc43b52be9d050b280b423d298179 100644 (file)
@@ -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>