Re: How to release a transaction lock on a table - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to release a transaction lock on a table
Date
Msg-id 15921.1231609379@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to release a transaction lock on a table  ("info" <info@el-ixir.com>)
List pgsql-novice
"info" <info@el-ixir.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

pgsql-novice by date:

Previous
From: "info"
Date:
Subject: Re: How to release a transaction lock on a table
Next
From: plu 12
Date:
Subject: Adding not null check constaint to list of columns