transaction-lock?

From: Forgacs Tamas <efte(at)fornax(dot)hu>
To: pgsql-sql(at)postgresql(dot)org
Subject: transaction-lock?
Date: 1999-03-23 18:06:29
Message-ID: 36F7D825.F3FFD86E@fornax.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I am a novice pgsql user. I used Oracle, but it is unbelievable what
bugs they have...

So, is it possible, that if one transaction is pending on for eg. 'test'
table in one psql session, then in another session this 'test' table is
locked until the transaction is not finished on another????

I have been tested a lot of ways, but the most easier problem is the
next:
- there is a table named 'test', with only 1 field.
- opening a psql session on tty1, and on tty2 into the same database

- on tty1 'begin' a transaction
- on tty1 'insert' 1 row into the 'test' table
- on tty2 'select' from the 'test' table
=> on the tty2 there is no answer until on the tty1 is the
transaction not finished

This runs on the next architecture (compiled today the new 6.4
release!):
- IP133, 49M RAM
- Debian 2.0

If I have been a inattentive then please send me the solution, and
sorry; if not, then please send me the solution, and 'not at all'.

FT

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Roberto Joao Lopes Garcia 1999-03-23 18:58:24 DEFAULT TEXT 'now'
Previous Message secret 1999-03-23 15:32:55 Simple Optimization Problem