Re: Knowing new item in table...

From: "Jason Wong" <postgresql(at)gremlins(dot)com(dot)hk>
To: "macky" <macky(at)edsamail(dot)com>, <pgsql-sql(at)postgresql(dot)org>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Knowing new item in table...
Date: 2001-08-03 08:56:14
Message-ID: 01ad01c11bfa$26e684e0$2300000a@gremlins.com.hk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-sql

The best way to do this is probably have an auto-increment field in your
table. When your script runs it checks and stores the highest value in that
auto-increment field and compares with the value it had the previous time it
was run. It then returns all records greater than the previous value of the
auto-increment field.

regards
--
Jason Wong
Gremlins Associates

----- Original Message -----
From: macky <macky(at)edsamail(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>; <pgsql-novice(at)postgresql(dot)org>
Sent: Friday, August 03, 2001 4:26 PM
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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bryan Buchanan 2001-08-03 09:54:55 Re: Knowing new item in table...
Previous Message macky 2001-08-03 08:26:12 Knowing new item in table...

Browse pgsql-sql by date

  From Date Subject
Next Message David Lizano 2001-08-03 09:29:45 Activation of plsql
Previous Message macky 2001-08-03 08:26:12 Knowing new item in table...