-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
Hi, all. I'm looking for a way to lock on an arbitrary string, just how
MySQL allows doing with GET_LOCK('foo.123') / RELEASE_LOCK('foo.123'). I
know that at least Postgres 8.3 has pg_advisory_lock() /
pg_advisory_unlock() but they seem to accept integer values only, and
we're already using integer values elsewhere.
- [GENERAL] Named advisory locks rihad
- Re: [GENERAL] Named advisory locks Craig Ringer
- Re: [GENERAL] Named advisory locks rihad
- Re: [GENERAL] Named advisory locks Ben Chobot
- Re: [GENERAL] Named advisory locks Vick Khera