Re: Date storage class type - Mailing list pgsql-general

From Radoslaw Stachowiak
Subject Re: Date storage class type
Date
Msg-id 20000811113951.G4342@blue.alter.pl
Whole thread Raw
In response to Date storage class type  (Daryl Sayers <daryl@coreng.com.au>)
List pgsql-general
*** Daryl Sayers <daryl@coreng.com.au> [Friday, 11.August.2000, 14:44 +1000]:
> My problem is I cant seem to get a date back into a usable form. How do
> I retrieve a date back using a binary cursor. What storage type does it
> use?

what I did was text cursor (or a normal query) and interpretation (by
sscanf) datetime field from postgres - it has a standard representation so
it looks safe (more less :) to me.

--
radoslaw.stachowiak.........................................http://alter.pl/

pgsql-general by date:

Previous
From: Andreas Tille
Date:
Subject: Re: pg_dump and restore
Next
From: Andreas Tille
Date:
Subject: pg_dump and restore -- solved and urgent warning