Re: [GENERAL] table change

2007-05-11 Thread Jeff Davis
On Wed, 2007-05-09 at 14:20 +0100, Darren Bird wrote: > Is there a way of asking Postgresql if a particular table was changed > without going back through the logs - like a last modified flag or > even just a changed flag? If the table change caused a rewrite of the table it will have a new relfil

[GENERAL] table change

2007-05-10 Thread Darren Bird
Is there a way of asking Postgresql if a particular table was changed without going back through the logs - like a last modified flag or even just a changed flag? -- Regards D. Bird