| Class | Description |
|---|---|
| PgServer |
This class implements a subset of the PostgreSQL protocol as described here:
https://www.postgresql.org/docs/devel/protocol.html
The PostgreSQL catalog is described here:
https://www.postgresql.org/docs/7.4/catalogs.html
|
| PgServerThread |
One server thread is opened for each client.
|
PostgreSQL server implementation of this database.