Project

General

Profile

1
#!/bin/bash
2
# :mode=transact-sql:
3
cd "$(dirname "$0")"
4
. ../../lib/import.sh
5

    
6
psql <<'EOF'
7
SELECT try_mk_derived_col((:table_str, 'cultivated'), $$NOT "oldGrowth"$$);
(13-13/14)