Project

General

Profile

1 8197 aaronmk
#!/bin/bash
2
# :mode=transact-sql:
3
cd "$(dirname "$0")"
4
. ../../lib/import.sh
5
6
psql <<'EOF'
7 8210 aaronmk
SELECT try_mk_derived_col((:table_str, 'cultivated'), $$NOT "oldGrowth"$$);