There was an error while loading. Please reload this page.
1 parent 47a39f5 commit 2e63219Copy full SHA for 2e63219
1 file changed
postgresql/documentation/alock.txt
@@ -1,5 +1,6 @@
1
+**************
2
Advisory Locks
-==============
3
4
5
`Explicit Locking in PostgreSQL <http://www.postgresql.org/docs/current/static/explicit-locking.html#ADVISORY-LOCKS>`_.
6
@@ -20,7 +21,7 @@ supported by PostgreSQL's advisory locks:
20
21
22
23
Acquiring ALocks
-----------------
24
+================
25
26
An ALock instance represents a sequence of advisory locks. A single ALock can
27
acquire and release multiple advisory locks by creating the instance with
@@ -68,7 +69,7 @@ lastly ``1``.
68
69
70
71
Advisory Lock Interface Points
-------------------------------
72
+==============================
73
74
Methods and properties available on :class:`postgresql.alock.ALock` instances:
75
0 commit comments