Revision 12388
Added by Aaron Marcuse-Kubitza about 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
2299 | 2299 |
|
2300 | 2300 |
CREATE FUNCTION validatable_datasources(schema_anchor anyelement DEFAULT NULL::schema_anchor) RETURNS SETOF text |
2301 | 2301 |
LANGUAGE plpgsql |
2302 |
SET search_path TO pg_temp |
|
2302 | 2303 |
AS $$ |
2303 | 2304 |
/* must use LANGUAGE plpgsql because LANGUAGE sql does not support runtime |
2304 | 2305 |
changes of search_path (schema elements are bound at inline time rather than |
Also available in: Unified diff
schemas/vegbien.sql: added validatable_datasources()