Skip to content

Commit 17e6c56

Browse files
committed
update README to remove references to pgrowlocks
1 parent e028d1f commit 17e6c56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@ CREATE DATABASE jubilant_test WITH OWNER=jubilant ENCODING=UTF8;
5353
\c jubilant_test;
5454
CREATE EXTENSION IF NOT EXISTS CITEXT;
5555
CREATE EXTENSION IF NOT EXISTS pg_trgm;
56-
CREATE EXTENSION IF NOT EXISTS pgrowlocks;
5756
CREATE DATABASE jubilant WITH OWNER=jubilant ENCODING=UTF8;
5857
\c jubilant;
5958
CREATE EXTENSION IF NOT EXISTS CITEXT;
6059
CREATE EXTENSION IF NOT EXISTS pg_trgm;
61-
CREATE EXTENSION IF NOT EXISTS pgrowlocks;
6260
```
6361

6462
If you are using Docker, you may find it easiest to run the database in Docker by running `make run-docker-postgres`.

0 commit comments

Comments
 (0)