(no subject)

From: Guo Ge <yanjia(at)nudt(dot)edu(dot)cn>
To: pgsql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: (no subject)
Date: 1999-04-15 07:25:19
Message-ID: 3715945F.35391643@nudt.edu.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello ,all:
It's known that some database system such as Oracle,Sysbase can
support the Two-Phase Commit that postgreSQL cann't. I want to make the
postgreSQL cooperate with other database under a transaction manager so
that we can deal with distributed transactions.
Now I met some questions.I wish someone can help me.
First, I have some trouble with log. I cann't find out the log's
structure. I find the system writes two bits into block when a
transaction commits.Maybe they the log's records.Is it right?
Second ,I want to know the position of source codes about the postgres
dealing with the input from the frontend such as psql.
I'm eager to your helps.Thanks.
If you are interested in the transaction processing,please send mail to
me(yanjia(at)nudt(dot)edu(dot)cn).

Guo Ge

Browse pgsql-general by date

  From Date Subject
Next Message valter 1999-04-15 11:46:45 what is the max postgres db size & table size?
Previous Message Bruce Momjian 1999-04-15 04:07:43 Re: [GENERAL] How to get seq after insert]