Project

General

Profile

« Previous | Next » 

Revision 12237

schemas/vegbien.sql: added schema_anchor, for use with schema_null params

View differences:

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