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 47aae6a commit 1c87dfaCopy full SHA for 1c87dfa
README.md
@@ -44,7 +44,7 @@ USE_PGXS=1 make -C /path/to/ptrack/ install
44
6) Run PostgreSQL and create `ptrack` extension
45
46
```sql
47
-CREATE EXTENSION ptrack;
+postgres=# CREATE EXTENSION ptrack;
48
```
49
50
## Configuration
0 commit comments