From: | David Rysdam <drysdam(at)ll(dot)mit(dot)edu> |
---|---|
To: | |
Cc: | "pg >> Postgres General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: date format |
Date: | 2005-12-08 18:02:40 |
Message-ID: | 43987540.1050709@ll.mit.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
David Rysdam wrote:
> I could swear (but I don't think I can prove at this point) that 8.0
> beta3 returned timestamps with milliseconds, like this:
>
> YYYY-MM-DD HH24:MI:SS.MS
>
> But 8.1 isn't doing that. I see functions to format the date, but
> that would require me to change all my existing SQL to specifically
> ask for the milliseconds. There's also the "set datestyle" thing, but
> the granularity doesn't exist to specify an exact format such as the
> above. Is there a way to tell postgres *exactly* what I want the
> *default* date output format to be?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
Nevermind, the documentation just seems to be unclear. I do get .MS
back in ISO format (despite that not being shown as part of the ISO
format). It's just that none of my dates have milliseconds on them,
which is simply a bug I'll have to find.
From | Date | Subject | |
---|---|---|---|
Next Message | David Rysdam | 2005-12-08 18:12:41 | Re: date format |
Previous Message | David Rysdam | 2005-12-08 17:44:31 | date format |