[pgpool-general: 5834] Re: What are PostgreSQL servers and a PostgreSQL database client?

Tatsuo Ishii ishii at sraoss.co.jp
Mon Dec 18 22:31:00 JST 2017


> In http://pgpool.net/mediawiki/index.php/Main_Page, It says, Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client.
> 
> Anybody help me to understand what is PostgreSQL server and what is PostgreSQL database client?

Suppose you are using psql to work with PostgreSQL. In this case, psql
is the PostgreSQL client and PostgreSQL instance is the PostgreSQL
server. So if you deploy Pgpool-II, psql connects to Pgpool-II, and
Pgpool-II connects to PostgreSQL. This is what "Pgpool-II is a
middleware that works between PostgreSQL servers and a PostgreSQL
database client".

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list