Re: How to catch a command

Поиск
Список
Период
Сортировка
От Humberto Carvalho
Тема Re: How to catch a command
Дата
Msg-id 84c833550507220901790a3ced@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to catch a command  (John DeSoi <desoi@pgedit.com>)
Ответы Re: How to catch a command  ("Mike Fahrenkrog" <mikef@travelpost.com>)
Список pgsql-novice
ok...

in this case the rules don't work, because the db that i use don't
have any data, only the structure. So i need to send the command to
the real databases that are in a diferente server.

So if i use triggers i can't execute select's.

Thks

Humberto Carvalho

On 7/22/05, John DeSoi <desoi@pgedit.com> wrote:
>
> On Jul 22, 2005, at 9:13 AM, Humberto Carvalho wrote:
>
> > Anyone know if it's possible to catch a Select, delete, update or
> > insert command before he takes effect in the postgres database?
> >
> > I hope someone can help me.
>
> You can use triggers for delete, update, and insert. Rules can work
> on everything including select statements. See
>
> http://www.postgresql.org/docs/8.0/interactive/sql-createrule.html
>
>
>
>
>
>
> John DeSoi, Ph.D.
> http://pgedit.com/
> Power Tools for PostgreSQL
>
>


--
Humberto Carvalho

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: How to catch a command
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: dead tuples