Skip to content

Commit 85e3019

Browse files
committed
Semantic update
1 parent 7ce3359 commit 85e3019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## postgresql-lock
22

3-
Lock mechanism implemented with Postgres advisory locks.
3+
Lock mechanism implemented with PostgreSQL advisory locks.
44

55
Easily implement distributed database locking.
66

@@ -25,10 +25,10 @@ pip install postgresql-lock
2525

2626
### Why would I use this?
2727

28-
- Postgres table locks aren't sufficient for your use-case
29-
- Postgres row locks don't work on `INSERT`
28+
- PostgreSQL table locks aren't sufficient for your use-case
29+
- PostgreSQL row locks don't work on `INSERT`
3030
- You want to prevent race conditions between `INSERT` and `UPDATE` on the same primary key
31-
- None of the aforementioned details fit your use-case, but you have Postgres installed and need to prevent race conditions in a distributed system
31+
- None of the aforementioned details fit your use-case, but you have PostgreSQL installed and need to prevent race conditions in a distributed system
3232

3333
### Default operation
3434

0 commit comments

Comments
 (0)