Project

General

Profile

« Previous | Next » 

Revision 13443

fix: inputs/.TNRS/schema.sql: COMMENTs: always include newline before and after

View differences:

trunk/inputs/.TNRS/schema.sql
302 302
-- Name: VIEW "ValidMatchedTaxon"; Type: COMMENT; Schema: TNRS; Owner: -
303 303
--
304 304

  
305
COMMENT ON VIEW "ValidMatchedTaxon" IS 'to update, use * as the column list';
305
COMMENT ON VIEW "ValidMatchedTaxon" IS '
306
to update, use * as the column list
307
';
306 308

  
307 309

  
308 310
--
......
462 464
-- Name: VIEW taxon_scrub; Type: COMMENT; Schema: TNRS; Owner: -
463 465
--
464 466

  
465
COMMENT ON VIEW taxon_scrub IS 'to update, use * as the column list';
467
COMMENT ON VIEW taxon_scrub IS '
468
to update, use * as the column list
469
';
466 470

  
467 471

  
468 472
--
trunk/schemas/vegbien.sql
17107 17107
-- Name: VIEW "ValidMatchedTaxon"; Type: COMMENT; Schema: TNRS; Owner: -
17108 17108
--
17109 17109

  
17110
COMMENT ON VIEW "ValidMatchedTaxon" IS 'to update, use * as the column list';
17110
COMMENT ON VIEW "ValidMatchedTaxon" IS '
17111
to update, use * as the column list
17112
';
17111 17113

  
17112 17114

  
17113 17115
--
......
17267 17269
-- Name: VIEW taxon_scrub; Type: COMMENT; Schema: TNRS; Owner: -
17268 17270
--
17269 17271

  
17270
COMMENT ON VIEW taxon_scrub IS 'to update, use * as the column list';
17272
COMMENT ON VIEW taxon_scrub IS '
17273
to update, use * as the column list
17274
';
17271 17275

  
17272 17276

  
17273 17277
SET search_path = geoscrub, pg_catalog;

Also available in: Unified diff