Revision 10747
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
114 | 114 |
SELECT util.set_col_types('"TNRS".tnrs', ARRAY[ |
115 | 115 |
('col', 'new_type') |
116 | 116 |
]::util.col_cast[]); |
117 |
runtime: 4 min ("242100 ms")
|
|
117 |
runtime: 9 min ("531282 ms")
|
|
118 | 118 |
*/ |
119 | 119 |
CREATE TABLE tnrs |
120 | 120 |
( |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: util.set_col_types() runtime: updated for most recent ALTER COLUMN TYPE command (9 min)