Re: row level lock and table level locks

Поиск
Список
Период
Сортировка
От Jenny -
Тема Re: row level lock and table level locks
Дата
Msg-id BAY1-F166euF9MWTGAz000292ae@hotmail.com
обсуждение исходный текст
Ответ на row level lock and table level locks  (Larry Douzie <cs4482003@yahoo.com>)
Ответы Re: row level lock and table level locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
HI,
I found out that TupleTable stores per-tuple information(it stores 
HeapTupleData) and that also there are multiple TupleTables in the db at a 
time.Based on what are diffrent TupleTables created?
thank you
Jenny


>From: Larry Douzie <cs4482003@yahoo.com>
>To: Tom Lane <tgl@sss.pgh.pa.us>
>CC: pgsql-hackers@postgresql.org
>Subject: Re: [HACKERS] row level lock and table level locks Date: Sun, 7 
>Sep 2003 21:05:49 -0700 (PDT)
>
>Larry Douzie writes:
> > Is there a array or some sort of datastructures that store all the
> > HeapTupleDatas for all rows in the db?
>
>Er, wouldn't that be the database files?
>
>What i mean is, whats the pointer name to this list of HeapTupleDatas?
>
>Tom Lane <tgl@sss.pgh.pa.us> wrote:
>c
>regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>---------------------------------
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software

_________________________________________________________________
Express yourself with MSN Messenger 6.0 -- download now! 
http://www.msnmessenger-download.com/tracking/reach_general



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "luke"
Дата:
Сообщение: pgsql vc++|win32
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: plpgsql doesn't coerce boolean expressions to boolean