pgsql Binding
Bindingpgsqlserverclient
pgsql Binding
Defines a binding with pgsql protocol support, with server or client behavior.
server
The pgsql server binding receives inbound network stream, producing higher level application streams for each request.
pgsql_server:
type: pgsql
kind: server
exit: risingwave_proxyclient
The pgsql client binding receives inbound application streams and route through exit.
pgsql_client:
type: pgsql
kind: client
exit: pgsql_tcp_client
