Add ltree extension requirement.

pull/2026/head
Mitar 2024-05-17 22:23:11 -07:00 committed by Jack Christensen
parent ded01c0cd9
commit e1b90cf620
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Create and setup a test database:
export PGDATABASE=pgx_test export PGDATABASE=pgx_test
createdb createdb
psql -c 'create extension hstore;' psql -c 'create extension hstore;'
psql -c 'create extension ltree;'
psql -c 'create domain uint64 as numeric(20,0);' psql -c 'create domain uint64 as numeric(20,0);'
``` ```