On Mar 27, 7:58 pm, "jeffhg58" <[EMAIL PROTECTED]> wrote:
> I am using a postgresql database and was wondering if anyone knew how
> to store milliseconds
> in the database. I am using a datetime field and when I insert the
> record the milliseconds is being truncated.
>
> Thanks,
> Jeff

I find that strange, because Postgres doesn't natively support a
column-type "datetime". Nevertheless, you can use a timestamp column
for millisecond resolution

http://www.postgresql.org/docs/8.2/interactive/datatype-datetime.html

hope this helps,
Jonas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to