Blog

The extended query protocol is part of the general PostgreSQL network protocol called the Frontend/Backend protocol. In the extended-query protocol, execution of SQL commands is divided into multiple steps. These steps are parse, bind and execute.