#! /bin/sh

DB=${1:-tdn}

monitor -c "create PathOids (the_oid= oid)" $DB
# monitor -c "define index PathOids_ind on PathOids using btree (the_oid oid_ops)" $DB
