awips2/deltaScripts/16.1.1/DCS14104/RiverStatGsnoColumn.sql
2017-04-21 18:33:55 -06:00

3 lines
146 B
SQL

--resize the column gsno in riverstat table
UPDATE pg_attribute SET atttypmod = 15+4 WHERE attrelid= 'riverstat'::regclass AND attname = 'gsno';