root/inputs/FIA/Organism/import @ 8206
1 |
#!/bin/bash
|
---|---|
2 |
# :mode=transact-sql:
|
3 |
cd "$(dirname "$0")" |
4 |
. ../../../lib/import.sh
|
5 |
|
6 |
psql <<'EOF' |
7 |
ALTER TABLE :table ALTER COLUMN "PlotCD" TYPE bigint
|
8 |
USING "PlotCD"::bigint;
|