new type proposal

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема new type proposal
Дата
Msg-id 3A8061F0.866AB642@selectacast.net
обсуждение исходный текст
Ответы Re: new type proposal  (Tim Uckun <tim@diligence.com>)
Re: new type proposal  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
I've been thinking on some new pesudo-types like SERIAL.

1) LAST_MODIFIED is the timestamp of that last time this row was
modified.  Easy enough to do currently with triggers.
2) TIME_CREATED is the timestamp of when this row was first created with
an INSERT.  I'm not sure how to do this because it needs to be read
only.

Both of these could be useful to me and I can implement them by myself
(except #2 which I'll just have to trust myself not to screw up) but
general users might find them useful.

What do you think?

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

Предыдущее
От: "Dan Wilson"
Дата:
Сообщение: Re: Re: PostreSQL SQL for MySQL SQL
Следующее
От: "Stefan Waidele jun."
Дата:
Сообщение: Re: clean rebuild process?