Re: Trouble with timestamp in PQprepare/PQexecPrepared

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Viktor Pavlenko <vvp(at)cogeco(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trouble with timestamp in PQprepare/PQexecPrepared
Date: 2010-05-31 16:48:41
Message-ID: 14681.1275324521@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Viktor Pavlenko <vvp(at)cogeco(dot)ca> writes:
> I'm using PG 8.1.11 on linux and having trouble inserting a timestamp
> value (for starters :)) from a C++ program.

The first argument of to_timestamp is not a timestamp ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Viktor Pavlenko 2010-05-31 17:20:21 Re: Trouble with timestamp in PQprepare/PQexecPrepared
Previous Message Tom Lane 2010-05-31 16:47:24 Re: Libpq Asynchronous Command Processing