[GENERAL] debuging transactions

2007-09-07 Thread Panagiotis Pediaditis
, Panagiotis Pediaditis ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[GENERAL] Locking entire database

2007-09-14 Thread Panagiotis Pediaditis
Hello, Is there some way of locking all database tables in a transaction without knowing their names or even better just locking the entire database? I know this is bad tactics but there is a specific case where i need it. Can it be done? Thank you Panagiotis ---(end

Re: [GENERAL] Locking entire database

2007-09-14 Thread Panagiotis Pediaditis
and just lock the whole database. any ideas? Rodrigo De León wrote: On 9/14/07, Panagiotis Pediaditis <[EMAIL PROTECTED]> wrote: ... there is a specific case where i need it. Don't really know, but, explain what the case is, and maybe someone cou

Re: [GENERAL] Locking entire database

2007-09-14 Thread Panagiotis Pediaditis
? thnx Panagiotis Thomas Kellerer wrote: Panagiotis Pediaditis, 14.09.2007 16:45: Well the problem is I am working on rdf query engine for persistent RDF data. The data is stored/structured in a specific way in the database. When i perform updates in parallel, because there are cross table