Re: Knowing new item in table...

From: Danny Aldham <danny(at)lennon(dot)postino(dot)com>
To: jdearl(at)yahoo(dot)com (Jason Earl)
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Knowing new item in table...
Date: 2001-08-04 00:25:12
Message-ID: 200108040025.f740PCa26565@lennon.postino.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-sql

>
>
> --- macky <macky(at)edsamail(dot)com> wrote:
> > im still in the dark when it comes to postgres.....
> > is there a way i can
> > know if there was a new entry on a table...
>
> That's a pretty common problem.
>

create trigger upd_table before insert table for each row execute

--
Danny Aldham Providing Certified Internetworking Solutions to Business
www.postino.com E-Mail, Web Servers, Web Databases, SQL PHP & Perl

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Francisco Reyes 2001-08-05 19:51:04 Indeces vs small tables
Previous Message Jason Earl 2001-08-03 17:42:31 Re: Knowing new item in table...

Browse pgsql-sql by date

  From Date Subject
Next Message Allan Engelhardt 2001-08-05 11:04:21 Using functions in SQL statements
Previous Message Calvin Dodge 2001-08-04 00:06:31 Re: Where is the database located in 7.1.2?