Re: [JDBC] Prepared statement performance...

Barry Lind <barry@xythos.com>

From: Barry Lind <barry@xythos.com>
To: Dmitry Tkach <dmitry@openratings.com>
Cc: Aaron Mulder <ammulder@alumni.princeton.edu>, Dave Cramer <Dave@micro-automation.net>, Peter Kovacs <peter.kovacs@sysdata.siemens.hu>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>, "pgsql-jdbc@postgresql.org" <pgsql-jdbc@postgresql.org>
Date: 2002-09-27T19:16:41Z
Lists: pgsql-general

Dmitry Tkach wrote:

> What is this BE/FE thing?

It is the protocol a client like jdbc uses to talk to the postgres server.

BE/FE = Back End / Front End protocol

--Barry