ngoncalves81(at)cantv(dot)net wrote:
> Does Postgres have any kind of configuration that determines the
> speed of data transfer to the clients?
No.
> Is there any kind of connection priority?
No, although it is possible to crudely set priorities via OS-level tools
like nice(1).
-Neil