Project

General

Profile

« Previous | Next » 

Revision 11626

bugfix: lib/runscripts/file.pg.sql.run: export_(): exclude Source and related tables so that these will be re-created by the staging tables installation instead, ensuring that they are always in sync with the Source/ subdir

View differences:

data.sql
11 11
SET search_path = "TNRS", pg_catalog;
12 12

  
13 13
--
14
-- Data for Name: Source; Type: TABLE DATA; Schema: TNRS; Owner: -
15
--
16

  
17

  
18

  
19
--
20 14
-- Data for Name: client_version; Type: TABLE DATA; Schema: TNRS; Owner: -
21 15
--
22 16

  
......
68 62

  
69 63

  
70 64
--
71
-- Data for Name: ~Source.map; Type: TABLE DATA; Schema: TNRS; Owner: -
72
--
73

  
74
INSERT INTO "~Source.map" VALUES ('row_num', '*row_num', NULL, NULL);
75
INSERT INTO "~Source.map" VALUES (':aggregator', 'sourceType', NULL, NULL);
76
INSERT INTO "~Source.map" VALUES (':http://tnrs.iplantcollaborative.org/TNRSapp.html', 'datasetURL', NULL, NULL);
77

  
78

  
79
--
80 65
-- PostgreSQL database dump complete
81 66
--
82 67

  

Also available in: Unified diff