Skip to content

Commit 5bd6d3e

Browse files
committed
Fix readme
1 parent fd2f77a commit 5bd6d3e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
49
It outputs the sql statements executed by an application (up to the buffer limit of 81'920 bytes interpreted as utf8-unicode). <br />
510
It opens TCP port 6666 on the loopback interface and forwards to 127.0.0.1:5432 (PostgreSQL-default-server-port).<br />
611
You 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

2934
Disclaimer
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

3339
Usage
3440
=====

0 commit comments

Comments
 (0)