Re: Application Design: Where to implement historical revisions of objects

From: Michelle Konzack <linux4michelle(at)freenet(dot)de>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Application Design: Where to implement historical revisions of objects
Date: 2007-05-25 18:15:12
Message-ID: 20070525181512.GE6097@freenet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Am 2007-05-25 11:07:24, schrieb Colin Ross:
> But in the one-table holds all system, the Model Object need to know about
> it.
> i.e. "Select top 1 from data where serialnumber = 3821 order by revision
> desc"

You do not need to know what the last revision was,
since you can automagicaly SELECT the higest one...

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant

--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSN LinuxMichi
0033/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Junior 2007-05-28 19:33:52 Get Extension in Bytea Type
Previous Message Colin Ross 2007-05-25 18:07:24 Re: Application Design: Where to implement historical revisions of objects