Re: PQParam version 0.5 - Mailing list pgsql-patches

From Merlin Moncure
Subject Re: PQParam version 0.5
Date
Msg-id b42b73150712061112y51df6c8v4f4920f58fb2e9ad@mail.gmail.com
Whole thread Raw
In response to Re: PQParam version 0.5  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: PQParam version 0.5
Next
From: Simon Riggs
Date:
Subject: Re: Better default_statistics_target