It seems like pg_stat_activity truncates the current_query to about 1024 characters.
The field is a text, so i'm wondering if there is a way to see the full query?
(I know i can turn on log_statement=all, or log_min_duration_statement) but i'd like
something that doesn't require a restart.
Thanks
Dave