Re: PL/PgSQL Question

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: PL/PgSQL Question
Дата
Msg-id Pine.LNX.4.44.0304261421420.2770-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на PL/PgSQL Question  (Brian Knox <laotse@aol.net>)
Список pgsql-sql
> I want to intercept that query with a rule, and with DO INSTEAD call a
> stored procedure and pass the values in the where clause to that stored
> proc? Is this possible? If so, how?

If this is the case, why don't you try a triggered procedure? Follow the 
below link to learn howto write triggered procedures:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=plpgsql-trigger.html

regards,
bhuvaneswaran



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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: sorting chinese characters
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Statement triggers 7.4 NEW/OLD