[doc] modifying unit from characters to bytes - Mailing list pgsql-hackers

From torikoshia
Subject [doc] modifying unit from characters to bytes
Date
Msg-id cd5b49a5a14e887542f5f569c1c6bde2@oss.nttdata.com
Whole thread Raw
Responses Re: [doc] modifying unit from characters to bytes  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: A patch for get origin from commit_ts.
Next
From: David Rowley
Date:
Subject: Re: Default setting for enable_hashagg_disk (hash_mem)