Read-only column

Поиск
Список
Период
Сортировка
От Claudio Succa
Тема Read-only column
Дата
Msg-id 1071255598.1552.35.camel@master.to1.pertel.it
обсуждение исходный текст
Ответ на Using Views  (Christopher Browne <cbbrowne@acm.org>)
Ответы Re: Read-only column
Список pgsql-general
Given a table like the following:

CREATE TABLE mytable (
    progr integer PRIMARY KEY,
    record_creation_date date DEFAULT current_date,
    ...
    other columns
    ...
);

is there a way to deny any modifications to 'record_creation_date'
without using a view?

Thanks,
Claudio

--
Claudio Succa
PERTEL - Torino - Italy
+39-011-437.4141
http://www.pertel.it
http://www.uniassist.it



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

Предыдущее
От: "Rick Gigger"
Дата:
Сообщение: Re: add column sillyness
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Read-only column