Re: PQParam version 0.5

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: PQParam version 0.5
Дата
Msg-id b42b73150712061112y51df6c8v4f4920f58fb2e9ad@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PQParam version 0.5  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Dec 6, 2007 11:58 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I want to buy into the idea that libpq should know explicitly about each
> and every backend datatype.

I don' t necessarily agree with this.  First of all, the server gives
you an oid for the column which introduces the dependency...this has
been the case for a while now.  Secondly, why shouldn't the client
library understand the data the server hands out, at least for
built-in types.

Usings arrays in client side apps is a huge pain...and not efficient
for large arrays.  Same for the variable length geometry types.

merlin

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Chernow
Дата:
Сообщение: Re: PQParam version 0.5
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Better default_statistics_target