Revision 12235
Added by Aaron Marcuse-Kubitza almost 11 years ago
py_util.sql | ||
---|---|---|
22 | 22 |
-- Name: SCHEMA py_util; Type: COMMENT; Schema: -; Owner: bien |
23 | 23 |
-- |
24 | 24 |
|
25 |
COMMENT ON SCHEMA py_util IS 'IMPORTANT: Functions must always return NULL in place of '''' (the empty string). This ensures that empty strings do not find their way into VegBIEN.'; |
|
25 |
COMMENT ON SCHEMA py_util IS ' |
|
26 |
IMPORTANT: Functions must always return NULL in place of '''' (the empty string). This ensures that empty strings do not find their way into VegBIEN. |
|
27 |
'; |
|
26 | 28 |
|
27 | 29 |
|
28 | 30 |
SET search_path = py_util, pg_catalog; |
Also available in: Unified diff
schemas/*.sql: make sure every COMMENT starts and ends on its own line, so that it appears correctly in the formats it's most likely to be read in (ie. in the DDL export, not the COMMENT edit box in pgAdmin)