Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python311-django-pglocks

django-pglocks provides a useful context manager to manage PostgreSQL advisory locks. It requires Django (tested with 1.5), PostgreSQL, and (probably) psycopg2. Advisory locks are application-level locks that are acquired and released purely by the client of the database; PostgreSQL never acquires them on its own. They are very useful as a way of signalling to other sessions that a higher-level resource than a single row is in use, without having to lock an entire table or some other structure. It's entirely up to the application to correctly acquire the right lock. Advisory locks are either session locks or transaction locks. A session lock is held until the database session disconnects (or is reset); a transaction lock is held until the transaction terminates. Currently, the context manager only creates session locks, as the behavior of a lock persisting after the context body has been exited is surprising, and there's no way of releasing a transaction-scope advisory lock except to exit the transaction.

Found 1 sites for python311-django-pglocks

Found 4 RPM for python311-django-pglocks

PackageSummaryDistributionDownload
python311-django-pglocks-1.0.4-2.2.noarch.htmlPostgreSQL Advisory Locks for DjangoOpenSuSE Tumbleweed for noarchpython311-django-pglocks-1.0.4-2.2.noarch.rpm
PostgreSQL Advisory Locks for Djangopython311-django-pglocks-1.0.4-2.2.noarch.rpm
python311-django-pglocks-1.0.4-2.1.noarch.htmlPostgreSQL Advisory Locks for DjangoOpenSuSE Ports Tumbleweed for noarchpython311-django-pglocks-1.0.4-2.1.noarch.rpm
python311-django-pglocks-1.0.4-bp156.4.1.noarch.htmlPostgreSQL Advisory Locks for DjangoOpenSuSE Leap 15.6 for noarchpython311-django-pglocks-1.0.4-bp156.4.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet