Re: any way to convert date via libpq? - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: any way to convert date via libpq?
Date
Msg-id dcc563d10903102315p75de132bp531ba0ba62205189@mail.gmail.com
Whole thread Raw
In response to Re: any way to convert date via libpq?  ("Tena Sakai" <tsakai@gallo.ucsf.edu>)
List pgsql-admin
On Wed, Mar 11, 2009 at 12:07 AM, Tena Sakai <tsakai@gallo.ucsf.edu> wrote:
> Hi Scott,
>
> Many thanks for your reply.
> I just tried:
>   select extract (epoch from timestamp with time zone '2008-04-04
> 20:00:0.0');
> and got:
>   1207364400
> which is great!
>
> I suppose there is no problem running this query
> via PGexec() in a C program?  Something like:
>   result = PGexec (conn, "FETCH ALL from somePort");

It's definitely accessable by anything connecting to the db.  Not sure
how that's done in C so someone else will have to chip in on that.

pgsql-admin by date:

Previous
From: "Tena Sakai"
Date:
Subject: Re: any way to convert date via libpq?
Next
From: Yann Collavoli
Date:
Subject: Problem database access