Re: a primer on trigger?

From: newsreader(at)mediaone(dot)net
To: will trillich <will(at)serensoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: a primer on trigger?
Date: 2001-05-04 08:08:00
Message-ID: 20010504040759.A6352@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 03, 2001 at 11:40:14PM -0500, will trillich wrote:
>
> postgresql servers can accept tcp connections on certain ports,
> just as a web server listens to port 80. so you can have a script
> written on perl on this.machine.over.here that inserts and
> selects and updates on a database located on that.box.there
> with a minimum of fuss.
>

I asked for primer on trigger and I get a primer
on DBI. I know how to make tcp connection and DBI/DBD.

What I am doing which I did not tell you explicitly was
that I can directly modify datbase from another box.
What I want is to make a system on the database box whenever
some table is modified.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gilles DAROLD 2001-05-04 08:18:00 Re: DB Getting Slower and Slower and Slower....
Previous Message Andrew McMillan 2001-05-04 08:07:44 Re: [NOVICE] Re: psql with PHP question