How to make server generate more output?
Hello,
I know this is a bit vague but I’m looking for a configuration parameter/startup switch that once set or enabled would make Postgresql return more data that normal. Specifically the wire protocol would return more notification messages and such. I remember seeing this while developing an implementation of the wire protocol.
Does anyone know what this could be?
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
On Fri, Aug 11, 2017 at 1:14 PM, Rui Pacheco <rui.pacheco@gmail.com> wrote:
Hello,
I know this is a bit vague but I’m looking for a configuration
parameter/startup switch that once set or enabled would make Postgresql
return more data that normal. Specifically the wire protocol would return
more notification messages and such. I remember seeing this while
developing an implementation of the wire protocol.Does anyone know what this could be?
client_min_messages ?