Re: Date storage class type

From: Radoslaw Stachowiak <radek(at)alter(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Date storage class type
Date: 2000-08-11 09:39:51
Message-ID: 20000811113951.G4342@blue.alter.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

*** Daryl Sayers <daryl(at)coreng(dot)com(dot)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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Tille 2000-08-11 13:07:46 pg_dump and restore -- solved and urgent warning
Previous Message Andreas Tille 2000-08-11 09:27:13 Re: pg_dump and restore