Project

General

Profile

« Previous | Next » 

Revision 11727

inputs/CVS/plot_/postprocess.sql: added pkey from the primary joined table

View differences:

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