Re: Is there a way to query whether a table has been changed or not? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Is there a way to query whether a table has been changed or not?
Date
Msg-id 20020909145013.GB2030@wolff.to
Whole thread Raw
In response to Is there a way to query whether a table has been changed or not?  ("Xueying (Libby) SHEN" <xshen@cs.umass.edu>)
List pgsql-general
The transactions should start by locking the table rather than by locking
it after they have done a select.

pgsql-general by date:

Previous
From: Lee Kindness
Date:
Subject: SQL: how to find if a table exists?
Next
From: Joe Murphy
Date:
Subject: Re: Vacuum and indexes problem