Re: triggers

From: Guido Barosio <gbarosio(at)gmail(dot)com>
To: Kailash Vyas <kailash(dot)vyas(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: triggers
Date: 2005-09-08 21:29:46
Message-ID: f7f6b4c70509081429530e9598@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

http://www.google.co.uk/search?hl=en&q=TRIGGER+%2B+postgresql+%2B+8&meta=
which actually will guide you to:
http://www.postgresql.org/docs/current/static/sql-createtrigger.html
..that actually is the pgsql man.
rtfm :)
Best wishes,
Guido

On 9/8/05, Kailash Vyas <kailash(dot)vyas(at)gmail(dot)com> wrote:
>
> hi
>
> I have a query regarding triggers.
> On INSERT, UPDATE, DELETE I want to fire a trigger to relect it to another
> database on postgres sever.
> how can I do this operation.
>
> Thanks in advance,
> Kailash Vyas
>
>

--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.

In response to

  • triggers at 2005-09-08 20:59:16 from Kailash Vyas

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2005-09-08 22:01:23 Re: triggers
Previous Message Kailash Vyas 2005-09-08 20:59:16 triggers