Revision 12237
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.my.sql | ||
---|---|---|
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
|
|
197 |
|
|
196 | 198 |
-- |
199 |
-- Name: schema_anchor; Type: TYPE; Schema: public_validations; Owner: - |
|
200 |
-- |
|
201 |
|
|
202 |
|
|
203 |
|
|
204 |
|
|
205 |
-- |
|
206 |
-- Name: TYPE schema_anchor; Type: COMMENT; Schema: public_validations; Owner: - |
|
207 |
-- |
|
208 |
|
|
209 |
|
|
210 |
|
|
211 |
|
|
212 |
|
|
213 |
|
|
214 |
-- |
|
197 | 215 |
-- Name: _cm_to_m(double precision); Type: FUNCTION; Schema: public; Owner: - |
198 | 216 |
-- |
199 | 217 |
|
trunk/schemas/vegbien.sql | ||
---|---|---|
427 | 427 |
'; |
428 | 428 |
|
429 | 429 |
|
430 |
SET search_path = public_validations, pg_catalog; |
|
431 |
|
|
430 | 432 |
-- |
433 |
-- Name: schema_anchor; Type: TYPE; Schema: public_validations; Owner: - |
|
434 |
-- |
|
435 |
|
|
436 |
CREATE TYPE schema_anchor AS ( |
|
437 |
); |
|
438 |
|
|
439 |
|
|
440 |
-- |
|
441 |
-- Name: TYPE schema_anchor; Type: COMMENT; Schema: public_validations; Owner: - |
|
442 |
-- |
|
443 |
|
|
444 |
COMMENT ON TYPE schema_anchor IS 'used with schema_null params'; |
|
445 |
|
|
446 |
|
|
447 |
SET search_path = public, pg_catalog; |
|
448 |
|
|
449 |
-- |
|
431 | 450 |
-- Name: _cm_to_m(double precision); Type: FUNCTION; Schema: public; Owner: - |
432 | 451 |
-- |
433 | 452 |
|
Also available in: Unified diff
schemas/vegbien.sql: added schema_anchor, for use with schema_null params