Revision 8147
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/functions.sql | ||
---|---|---|
849 | 849 |
); |
850 | 850 |
|
851 | 851 |
|
852 |
-- |
|
853 |
-- Name: ->; Type: OPERATOR; Schema: functions; Owner: - |
|
854 |
-- |
|
855 |
|
|
856 |
CREATE OPERATOR -> ( |
|
857 |
PROCEDURE = map_get, |
|
858 |
LEFTARG = regclass, |
|
859 |
RIGHTARG = text |
|
860 |
); |
|
861 |
|
|
862 |
|
|
852 | 863 |
SET default_tablespace = ''; |
853 | 864 |
|
854 | 865 |
SET default_with_oids = false; |
Also available in: Unified diff
schemas/functions.sql: Added operator ->(regclass, text)