Re: [doc] modifying unit from characters to bytes

2020-07-09 Thread torikoshia
On 2020-07-09 13:47, Fujii Masao wrote: On 2020/07/08 17:12, Daniel Gustafsson wrote: On 8 Jul 2020, at 10:05, Fujii Masao wrote: On 2020/07/08 16:17, Daniel Gustafsson wrote: On 8 Jul 2020, at 04:25, Fujii Masao wrote: On 2020/07/08 10:54, torikoshia wrote: Hi, The manual describes the

Re: [doc] modifying unit from characters to bytes

2020-07-08 Thread Fujii Masao
On 2020/07/08 17:12, Daniel Gustafsson wrote: On 8 Jul 2020, at 10:05, Fujii Masao wrote: On 2020/07/08 16:17, Daniel Gustafsson wrote: On 8 Jul 2020, at 04:25, Fujii Masao wrote: On 2020/07/08 10:54, torikoshia wrote: Hi, The manual describes the size of pg_stat_activity.query as below:

Re: [doc] modifying unit from characters to bytes

2020-07-08 Thread Daniel Gustafsson
> On 8 Jul 2020, at 10:05, Fujii Masao wrote: > > On 2020/07/08 16:17, Daniel Gustafsson wrote: >>> On 8 Jul 2020, at 04:25, Fujii Masao wrote: >>> >>> On 2020/07/08 10:54, torikoshia wrote: Hi, The manual describes the size of pg_stat_activity.query as below: | By default

Re: [doc] modifying unit from characters to bytes

2020-07-08 Thread Fujii Masao
On 2020/07/08 16:17, Daniel Gustafsson wrote: On 8 Jul 2020, at 04:25, Fujii Masao wrote: On 2020/07/08 10:54, torikoshia wrote: 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 ch

Re: [doc] modifying unit from characters to bytes

2020-07-08 Thread Daniel Gustafsson
> On 8 Jul 2020, at 04:25, Fujii Masao wrote: > > On 2020/07/08 10:54, torikoshia wrote: >> 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 >> accur

Re: [doc] modifying unit from characters to bytes

2020-07-07 Thread Fujii Masao
On 2020/07/08 10:54, torikoshia wrote: 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". Agreed

[doc] modifying unit from characters to bytes

2020-07-07 Thread torikoshia
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 man