Entering time into postgresql

Поиск
Список
Период
Сортировка
От BlackMage
Тема Entering time into postgresql
Дата
Msg-id 23925803.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: Entering time into postgresql  (David Wilson <david.t.wilson@gmail.com>)
Re: Entering time into postgresql  (Vick Khera <vivek@khera.org>)
Список pgsql-general
Is there a field that can actually store time in PostgreSql. And what I mean
by time is not like time of the day, but a specific amount of time.

The application I am developing records how long it takes for a user to do a
task, say 5 minutes and 32 seconds. That time is entered into the database
so latter it can be sorta like: "SELECT * FROM user_time WHERE
time_taken<6:00".

Thanks in advance.
--
View this message in context: http://www.nabble.com/Entering-time-into-postgresql-tp23925803p23925803.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: How to store text files in the postgresql?
Следующее
От: Kevin Field
Дата:
Сообщение: Re: trigger functions with arguments