Skip to content

Commit

Permalink
Add ltree extension requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored and jackc committed May 18, 2024
1 parent ded01c0 commit e1b90cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Create and setup a test database:
export PGDATABASE=pgx_test
createdb
psql -c 'create extension hstore;'
psql -c 'create extension ltree;'
psql -c 'create domain uint64 as numeric(20,0);'
```

Expand Down

0 comments on commit e1b90cf

Please sign in to comment.