#! /bin/sh
monitor geo << EOF
retrieve (r.relname,a.attname, a.atttypid) from a in pg_attribute, r in pg_class
where a.attrelid = r.oid
\g
EOF
