Re: Array handling in libpq

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: vanzwieten(at)stcorp(dot)nl
Cc: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Array handling in libpq
Date: 2007-01-17 15:46:17
Message-ID: 200701171546.l0HFkHV22381@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Joris van Zwieten wrote:
> Hi Bruce, Jeroen,
>
> Thanks for your replies. This is good to know, although one worry remains
> and that is loss of precision in the conversion of double to string. But
> this could probably always be solved by using enough digits in the
> conversion, right?

Also, the client and server can be different architectures, so the only
portable way to do the transfer is ASCII.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruno Wolff III 2007-01-17 17:20:59 Re: Array handling in libpq
Previous Message Joris van Zwieten 2007-01-17 08:45:09 Re: Array handling in libpq