forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0df3f9c
committed
doc: Correct the description about the length of pg_stat_activity.query.
pg_stat_activity.query text is truncated at 1024 bytes. But previouslythe document described that it's truncated at 1024 characters.This was not accurate when considering multibyte characters.Back-patch to v10 where this inaccurate description was added.Author: Atsushi TorikoshiReviewed-by: Daniel Gustafsson, Fujii MasaoDiscussion:https://postgr.es/m/cd5b49a5a14e887542f5f569c1c6bde2@oss.nttdata.com1 parent939db2c commit0df3f9c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
834 |
| - | |
| 834 | + | |
835 | 835 |
| |
836 | 836 |
| |
837 | 837 |
| |
|
0 commit comments
Comments
(0)