Re: Stalled post to pgsql-sql

From: sergey kapustin <kapustin(dot)sergey(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Stalled post to pgsql-sql
Date: 2009-12-09 10:30:44
Message-ID: cf82f1380912090230t17adb356r94cb93573218ae6e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,
I need a type that will store date and time, but without seconds and
microseconds (like timestamp does). At least without microseconds.
I also need all the operators to work.
Is this possible with one of existing date/time types or i need to create my
own?

Thank you!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2009-12-09 10:33:54 Re: Stalled post to pgsql-sql
Previous Message Andreas 2009-12-09 00:20:50 constants in 2-column foreign keys or how to design a storage for text-groups ?