Re: How to release a transaction lock on a table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "info" <info(at)el-ixir(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to release a transaction lock on a table
Date: 2009-01-10 17:42:59
Message-ID: 15921.1231609379@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"info" <info(at)el-ixir(dot)com> writes:
> thanks . I have tried to commit the transaction using PREPCOMMIT but the
> statement is not supported by my postgre.

It's spelled COMMIT PREPARED. Perhaps you need to spend more time
reading the fine manual.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message plu 12 2009-01-10 20:17:11 Adding not null check constaint to list of columns
Previous Message info 2009-01-10 14:47:58 Re: How to release a transaction lock on a table