Skip to content

Commit 2e63219

Browse files
author
James William Pye
committed
Use proper section markers.
1 parent 47a39f5 commit 2e63219

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

postgresql/documentation/alock.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
**************
12
Advisory Locks
2-
==============
3+
**************
34

45
`Explicit Locking in PostgreSQL <http://www.postgresql.org/docs/current/static/explicit-locking.html#ADVISORY-LOCKS>`_.
56

@@ -20,7 +21,7 @@ supported by PostgreSQL's advisory locks:
2021

2122

2223
Acquiring ALocks
23-
----------------
24+
================
2425

2526
An ALock instance represents a sequence of advisory locks. A single ALock can
2627
acquire and release multiple advisory locks by creating the instance with
@@ -68,7 +69,7 @@ lastly ``1``.
6869

6970

7071
Advisory Lock Interface Points
71-
------------------------------
72+
==============================
7273

7374
Methods and properties available on :class:`postgresql.alock.ALock` instances:
7475

0 commit comments

Comments
 (0)