Re: How to lock and unlock table in postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to lock and unlock table in postgresql
Date: 2011-11-17 06:23:00
Message-ID: 4EC4A844.6090303@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/16/11 10:10 PM, Siva Palanisamy wrote:
>
> If there is a better solution, kindly let me know.
>

use nextval('seqname') ... full transactional integrity without any
blocking or locking.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-11-17 06:34:51 Re: How to lock and unlock table in postgresql
Previous Message Siva Palanisamy 2011-11-17 06:10:40 How to lock and unlock table in postgresql