We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028d1f commit 17e6c56Copy full SHA for 17e6c56
README.md
@@ -53,12 +53,10 @@ CREATE DATABASE jubilant_test WITH OWNER=jubilant ENCODING=UTF8;
53
\c jubilant_test;
54
CREATE EXTENSION IF NOT EXISTS CITEXT;
55
CREATE EXTENSION IF NOT EXISTS pg_trgm;
56
-CREATE EXTENSION IF NOT EXISTS pgrowlocks;
57
CREATE DATABASE jubilant WITH OWNER=jubilant ENCODING=UTF8;
58
\c jubilant;
59
60
61
62
```
63
64
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