File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# --------------------------------------------------------------------------------------
4
4
5
5
"""
6
- Lock mechanism implemented with Postgres advisory locks.
6
+ Lock mechanism implemented with PostgreSQL advisory locks.
7
7
"""
8
8
9
9
# postgresql-lock imports
Original file line number Diff line number Diff line change 21
21
22
22
class Lock :
23
23
"""
24
- Lock mechanism implemented with Postgres advisory locks.
24
+ Lock mechanism implemented with PostgreSQL advisory locks.
25
25
26
26
Default operation is session lock scope and blocking mode and is sufficient for
27
27
distributed locks. The database interface will be detected automatically.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " postgresql-lock"
3
3
version = " 0.1.5"
4
- description = " Lock mechanism implemented with Postgres advisory locks."
4
+ description = " Lock mechanism implemented with PostgreSQL advisory locks."
5
5
license = " BSD-3-Clause"
6
6
authors = [" Sean Kerr <sean@code-box.org>" ]
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments