| От | Michael Monnerie |
|---|---|
| Тема | column: on update update? |
| Дата | |
| Msg-id | 200805071050.41450@zmi.at обсуждение исходный текст |
| Ответы |
Re: column: on update update?
|
| Список | pgsql-admin |
Hi, I fear this is a beginners question but I'm no SQL guru and couldn't find it out of the documentation. For SpamAssassin, I have a table "awl" (auto white list), and there should be one field "lastupdate". I added it like this: ALTER TABLE awl add column lastupdate timestamp default now(); But I also need the "lastupdate" be updated every time a field in that row is updated, so a statement like this: ALTER TABLE awl add column lastupdate2 timestamp default now() on update set now(); But it doesn't work. Do I need a trigger? If yes, what would be the format? I never did triggers. mfg zmi -- // Michael Monnerie, Ing.BSc ----- http://it-management.at // Tel: 0676/846 914 666 .network.your.ideas. // PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import" // Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4 // Keyserver: www.keyserver.net Key-ID: 1C1209B4
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера