Revision 13443
Added by Aaron Marcuse-Kubitza over 10 years ago
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
fix: inputs/.TNRS/schema.sql: COMMENTs: always include newline before and after