Re: Implementing Frontend/Backend Protocol TCP/IP
От
John DeSoi
Тема
Re: Implementing Frontend/Backend Protocol TCP/IP
Дата
Msg-id
35DCEEAC-C98D-47A9-8C37-1953CEEB8282@pgedit.com
Ответ на
Re: Implementing Frontend/Backend Protocol TCP/IP (Albe Laurenz)
Список
Дерево обсуждения
Re: DataRow Null values Frontend/Backend Protocol TCP/IP Raimon Fernandez <coder@montx.com>
Re: DataRow Null values Frontend/Backend Protocol TCP/IP Craig Ringer <craig@postnewspapers.com.au>
Re: DataRow Null values Frontend/Backend Protocol TCP/IP Raimon Fernandez <coder@montx.com>
Re: DataRow Null values Frontend/Backend Protocol TCP/IP Alban Hertroys <dalroi@solfertje.student.utwente.nl>
Re: DataRow Null values Frontend/Backend Protocol TCP/IP Alban Hertroys <dalroi@solfertje.student.utwente.nl>
On Oct 27, 2009, at 4:55 AM, Albe Laurenz wrote: > That's probably not the problem in the original message, but there > are things you can do with the frontend/backend protocol that libpq > does not expose: for example, with the extended query protocol you can > send a "Bind" call that requests that some of the results should be > returned in text format, others in binary. Another protocol feature that I don't think is exposed in libpq is the ability to limit the maximum number of rows returned by a query. So if you are executing end user queries, you don't have to worry about processing a massive result set or somehow parsing the query to add a limit clause. John DeSoi, Ph.D.
В списке pgsql-general по дате отправления