Re: binding 64-bit integer

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "flying2001us(at)yahoo(dot)com" <flying2001us(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: binding 64-bit integer
Date: 2007-04-20 03:41:22
Message-ID: 15485.1177040482@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"flying2001us(at)yahoo(dot)com" <flying2001us(at)yahoo(dot)com> writes:
> I wanted to bind a 64-bit integer, but it failed:
> "ERROR: incorrect binary data format in bind
> parameter 1".

It sorta looks like you are trying to send that value to a parameter
that the server doesn't think is int8.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-04-20 03:52:05 Re: Is it possible to move a database to another tablespace?
Previous Message Tom Lane 2007-04-20 03:35:53 Re: selective export for subsequent import (COPY)