Re: Is there an equivalent to sp_getapplock, sp_releaseapplock in PostgreSql?

From: Andrei Zhidenkov <andrei(dot)zhidenkov(at)n26(dot)com>
To: İlyas Derse <ilyasderse(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Is there an equivalent to sp_getapplock, sp_releaseapplock in PostgreSql?
Date: 2019-12-13 14:05:38
Message-ID: A9FB6168-C164-46C4-903C-A0CFF8ADC77A@n26.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I’m not sure what these function exactly do in MSSQL but what in Postgres you probably can use “Advisory Locks” (https://www.postgresql.org/docs/9.4/explicit-locking.html <https://www.postgresql.org/docs/9.4/explicit-locking.html>) in order to achive this.

> On 13. Dec 2019, at 13:31, İlyas Derse <ilyasderse(at)gmail(dot)com> wrote:
>
> sp_getapplock

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin 2019-12-13 14:41:46 Re: Is there an equivalent to sp_getapplock, sp_releaseapplock in PostgreSql?
Previous Message İlyas Derse 2019-12-13 12:31:50 Is there an equivalent to sp_getapplock, sp_releaseapplock in PostgreSql?