Revision 11727
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/CVS/plot_/postprocess.sql | ||
---|---|---|
1 |
SELECT util.search_path_append('util'); |
|
2 |
|
|
3 |
SELECT create_if_not_exists($$ALTER TABLE $$||:table_str||$$ ADD PRIMARY KEY ("PLOT_ID")$$); -- runtime: ~0 ("78.941 ms") @starscream |
Also available in: Unified diff
inputs/CVS/plot_/postprocess.sql: added pkey from the primary joined table