Re[2]: Re: new type proposal

Поиск
Список
Период
Сортировка
От Alexey Borzov
Тема Re[2]: Re: new type proposal
Дата
Msg-id 697123537.20010207131547@rdw.ru
обсуждение исходный текст
Ответ на Re: Re: new type proposal  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
Greetings, Joseph!

At 07.02.2001, 13:13, you wrote:
JS> I noticed that people are ignoring the time created part of my
JS> proposal.  How can a read only field be implemented?  A trigger that
JS> causes and error if that field is updated?
Well, why not just do something like
new.time_created_field := old.time_created_field;
in a BEFORE UPDATE trigger?..


--
Yours, Alexey V. Borzov, Webmaster of RDW



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

Предыдущее
От: Alexey Borzov
Дата:
Сообщение: Re: selecting a random record
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: Re: new type proposal