Package org.h2.server.pg

PostgreSQL server implementation of this database.

See:
          Description

Class Summary
PgServer This class implements a subset of the PostgreSQL protocol as described here: http://developer.postgresql.org/pgdocs/postgres/protocol.html The PostgreSQL catalog is described here: http://www.postgresql.org/docs/7.4/static/catalogs.html
PgServerThread One server thread is opened for each client.
 

Package org.h2.server.pg Description

PostgreSQL server implementation of this database.