RE: Knowing new item in table... - Mailing list pgsql-novice

From tamsin
Subject RE: Knowing new item in table...
Date
Msg-id NEBBKHBOBMJCHDMGKCNJAEPCDBAA.tg_mail@bryncadfan.co.uk
Whole thread Raw
In response to Knowing new item in table...  ("macky" <macky@edsamail.com>)
List pgsql-novice
what kind of processing are you doing in the script?
is there a reason why you are not using a trigger or rule on the table that
is executed straight away when a new row is added?
tamsin



> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org
> [mailto:pgsql-novice-owner@postgresql.org]On Behalf Of macky
> Sent: 03 August 2001 09:26
> To: pgsql-sql@postgresql.org; pgsql-novice@postgresql.org
> Subject: [NOVICE] Knowing new item in table...
>
>
> 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...
>
> scenario...
>
>   i have a script that runs every 5 minutes... that script checks
> if there's
> a new entry in that table... and if YES there's a new entry ill do some
> processing...
>
>
> is there an internal utility that i can use in postgres that can tell me
> that this rows a new commers... hehehe....
>
>
> if someone has other ideas on how to deal with this speak out...
>
> thanks in advance......
>
> btw..
>    my idea is that that table will have an addtional column as reference
> lets say column "READ" 1 for yes 0 for NO
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-novice by date:

Previous
From: Bryan Buchanan
Date:
Subject: Re: Knowing new item in table...
Next
From: Ken Corey
Date:
Subject: Re: Knowing new item in table...