Re: Can I catch sentences in SQL using triggers?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Can I catch sentences in SQL using triggers?
Дата
Msg-id 429DD662.2020801@archonet.com
обсуждение исходный текст
Ответ на Can I catch sentences in SQL using triggers?  (Manuel García <mgarciah@ife.org.mx>)
Список pgsql-general
Manuel García wrote:
> Hello Everybody, somebody knows if its possible to catch one
> sentences in full SQL using the triggers, or maybe somebody have any
> idea about to how do it?
>
> I am using postgreSQL 7.3 on fedora core 1

If I understand, you want to access the query, e.g. "SELECT * FROM
my_table" from within a trigger function. The answer is no. If you can
describe what you're trying to do, someone may be able to help though.

--
   Richard Huxton
   Archonet Ltd


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: prevent user change password?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Old problem needs solution