[doc] modifying unit from characters to bytes
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2020-07-08T01:54:42Z
Lists: pgsql-hackers
Attachments
- 0001-modifying-unit-from-characters-to-bytes.patch (text/x-diff) patch 0001
Hi, The manual describes the size of pg_stat_activity.query as below: | By default the query text is truncated at 1024 characters; When considering multibyte characters, it seems more accurate to change the unit from "characters" to "bytes". I also searched other "[0-9] characters" in the manual. I may overlook something, but apparently it seems ok because of their contexts which are limited to ASCII character or other reasons. Regards, -- Atsushi Torikoshi NTT DATA CORPORATION
Commits
-
doc: Correct the description about the length of pg_stat_activity.query.
- f03a34ad2cf3 10.14 landed
- 08952572a7d6 11.9 landed
- 0df3f9cb92de 12.4 landed
- 331da659bedb 13.0 landed
- a5cd7047e7c6 14.0 landed