Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Preventing selection of data during transaction



Hello List,

I wonder if it is possible to make data selected in one query NOT accessible for a SELECT in another query?

The thing is that I have a cleaning script that selects some rows from a table and processes them. During that processing I don't want these rows to end up in another result set. But I also don't want the other result set to wait until my cleaning transaction is done, I just want it to ignore it.

Is this possible in the database level or do I need to take care of it on the application level?

Regards,
Henke




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group