#! /bin/sh
datab=${1:-geo}
monitor $datab << EOF

destroy geo_predefs \g

create geo_predefs (name= text, typeoid= oid, tree= text) \g

EOF
