Re: Is there an equivalent to sp_getapplock, sp_releaseapplock in PostgreSql?
Andrei Zhidenkov <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> wrote: > > sp_getapplock