Re: binding 64-bit integer - Mailing list pgsql-general

From Tom Lane
Subject Re: binding 64-bit integer
Date
Msg-id 15485.1177040482@sss.pgh.pa.us
Whole thread Raw
In response to binding 64-bit integer  ("flying2001us@yahoo.com" <flying2001us@yahoo.com>)
List pgsql-general
"flying2001us@yahoo.com" <flying2001us@yahoo.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: selective export for subsequent import (COPY)
Next
From: Tom Lane
Date:
Subject: Re: Is it possible to move a database to another tablespace?