C program Postgres 6.3 and date

From: Roberto Taglioretti <roberto(at)gass(dot)it>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: C program Postgres 6.3 and date
Date: 1999-05-03 05:00:05
Message-ID: 372D2D55.5A087C24@gass.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hello,
first thing of note is that I'm not on the list so please email
solutions to me.
I recently upgraded postgres from version ~6 to 6.3. Unfortunately,
where before I had everything passed back as text strings now things are

being passed back in their binary form.

My question is
How is the postgres date type stored in C?
Is it an integer in seconds from a specific date?
How would I convert it to a text string of the form 05-21-1998?
(When I print it as an integer I get 841823536)
Before I received that text string as a result of the PQgetvalue now
I am getting the binary form and I can't find a reference on how to
convert
back.

Thanks
Roberto Taglioretti

--

_____________

Taglioretti Roberto (roberto(at)gass(dot)it)

our sites:
http://www.gass.it
http://www.gassnet.net
http://www.itbusiness.com
http://www.immagini.it

our legal address:
GASS s.a.s di Grampa M. e Taglioretti R. & C.
Via delle Cascine 38
21041 Albizzate (VA) ITALY
P.I. 02290890124
Telephone +39(0)331 985251
Fax +39(0)331 984497

our operative site address:
GASS s.a.s di Grampa M. e Taglioretti R. & C.
Via Col Di Lana 18
21041 Albizzate (VA) ITALY
P.I. 02290890124

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hannu Krosing 1999-05-03 06:35:34 Re: [INTERFACES] Some needed features in postgresql
Previous Message Tom Lane 1999-05-02 22:36:41 Field types (was Re: Return value of int)