[doc] modifying unit from characters to bytes

From: torikoshia <torikoshia(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [doc] modifying unit from characters to bytes
Date: 2020-07-08 01:54:42
Message-ID: cd5b49a5a14e887542f5f569c1c6bde2@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-modifying-unit-from-characters-to-bytes.patch text/x-diff 741 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2020-07-08 01:57:45 Re: Default setting for enable_hashagg_disk (hash_mem)
Previous Message Michael Paquier 2020-07-08 01:51:24 Re: A patch for get origin from commit_ts.