Revision 13377
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.my.sql | ||
---|---|---|
2644 | 2644 |
|
2645 | 2645 |
|
2646 | 2646 |
-- |
2647 |
-- Name: query_view_regexp(); Type: FUNCTION; Schema: public_validations; Owner: - |
|
2648 |
-- |
|
2649 |
|
|
2650 |
|
|
2651 |
|
|
2652 |
|
|
2653 |
-- |
|
2647 | 2654 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
2648 | 2655 |
-- |
2649 | 2656 |
|
trunk/schemas/public_.sql | ||
---|---|---|
4318 | 4318 |
|
4319 | 4319 |
|
4320 | 4320 |
-- |
4321 |
-- Name: query_view_regexp(); Type: FUNCTION; Schema: public_validations; Owner: - |
|
4322 |
-- |
|
4323 |
|
|
4324 |
CREATE FUNCTION query_view_regexp() RETURNS text |
|
4325 |
LANGUAGE sql IMMUTABLE |
|
4326 |
AS $$ |
|
4327 |
SELECT '^_[[:alpha:]]+_\d+'::text |
|
4328 |
$$; |
|
4329 |
|
|
4330 |
|
|
4331 |
-- |
|
4321 | 4332 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
4322 | 4333 |
-- |
4323 | 4334 |
|
trunk/schemas/vegbien.sql | ||
---|---|---|
4318 | 4318 |
|
4319 | 4319 |
|
4320 | 4320 |
-- |
4321 |
-- Name: query_view_regexp(); Type: FUNCTION; Schema: public_validations; Owner: - |
|
4322 |
-- |
|
4323 |
|
|
4324 |
CREATE FUNCTION query_view_regexp() RETURNS text |
|
4325 |
LANGUAGE sql IMMUTABLE |
|
4326 |
AS $$ |
|
4327 |
SELECT '^_[[:alpha:]]+_\d+'::text |
|
4328 |
$$; |
|
4329 |
|
|
4330 |
|
|
4331 |
-- |
|
4321 | 4332 |
-- Name: remake_diff_table(regclass, anyelement); Type: FUNCTION; Schema: public_validations; Owner: - |
4322 | 4333 |
-- |
4323 | 4334 |
|
Also available in: Unified diff
schemas/public_.sql: added public_validations.query_view_regexp()