trouble with triggers

Поиск
Список
Период
Сортировка
От Robert Treat
Тема trouble with triggers
Дата
Msg-id AMENJOLMNKAEOIGHHILBEELICBAA.robertt@auctionsolutions.com
обсуждение исходный текст
Ответы Re: trouble with triggers  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
[hopefully this isnt a repost, I seem to be haveing an issue getting message
through]

I am trying to use the following trigger:

CREATE TRIGGER formatname BEFORE update OR insert ON mytable FOR EACH row
EXECUTE PROCEDURE lower(name);

however, it gives me the message:

ERROR:  CreateTrigger: function lower() does not exist

obviously this does exist, since I can do inserts/updates/selects using
lower(). I have also tried creating my own version of a lower function but
it gives me the same message.

Am I missing something? This seems like it should be pretty straightforward.
tia,

robert


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

Предыдущее
От: "Andras Balogh"
Дата:
Сообщение: Re: VACUUM ANALYZE
Следующее
От: Jose Manuel Lorenzo Lopez
Дата:
Сообщение: How to find out the weekday from a date???