File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- PG Proxy for .NET
1+ PG Proxy/"Profiler" for .NET
22========
3- pg_proxy_net is a very simple TCP proxy for PostgreSQL using .NET Core - it is based on Netproxy.<br />
3+ pg_proxy_net is a console-based profiler for PostgreSQL.
4+ It is a very simple TCP proxy for PostgreSQL
5+ written using .NET Core, based on Netproxy.
6+
7+ It is intended to be a PG analogue to Microsoft SQL-Server Profiler.
8+
49It outputs the sql statements executed by an application (up to the buffer limit of 81'920 bytes interpreted as utf8-unicode). <br />
510It opens TCP port 6666 on the loopback interface and forwards to 127.0.0.1:5432 (PostgreSQL-default-server-port).<br />
611You now connect your application to 127.0.0.1:6666 instead of 127.0.0.1:5432, and you'll see what it is doing. <br />
@@ -28,7 +33,8 @@ Each remote client is mapped to a port of the local server therefore:
2833
2934Disclaimer
3035==========
31- Error management exist, but is minimalist. IPV6 is not supported on the forwarding side.
36+ Error management exist, but is minimalist. <br />
37+ IPV6 is not supported on the forwarding side.
3238
3339Usage
3440=====
You can’t perform that action at this time.
0 commit comments