forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5cd704
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 parent91bdf49 commita5cd704
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
897 |
| - | |
| 897 | + | |
898 | 898 |
| |
899 | 899 |
| |
900 | 900 |
| |
|
0 commit comments
Comments
(0)