Lines Matching refs:EXISTS

31 DROP CAST IF EXISTS (geography AS geometry);
32 DROP CAST IF EXISTS (geography AS geography);
33 DROP CAST IF EXISTS (geometry AS geography);
39 DROP FUNCTION IF EXISTS ST_AsText(text);
40 DROP FUNCTION IF EXISTS ST_AsBinary(text);
41 DROP FUNCTION IF EXISTS ST_AsSVG(text);
42 DROP FUNCTION IF EXISTS ST_AsGML(text);
43 DROP FUNCTION IF EXISTS ST_AsKML(text);
44 DROP FUNCTION IF EXISTS ST_AsGeoJson(text);
45 DROP FUNCTION IF EXISTS ST_Distance(text, text);
46 DROP FUNCTION IF EXISTS ST_DWithin(text, text, float8);
47 DROP FUNCTION IF EXISTS ST_Area(text);
48 DROP FUNCTION IF EXISTS ST_Length(text);
49 DROP FUNCTION IF EXISTS ST_Covers(text, text);
50 DROP FUNCTION IF EXISTS ST_CoveredBy(text, text);
51 DROP FUNCTION IF EXISTS ST_Intersects(text, text);
52 DROP FUNCTION IF EXISTS ST_Buffer(text, float8);
53 DROP FUNCTION IF EXISTS ST_Intersection(text, text);
56 DROP FUNCTION IF EXISTS ST_AsText(geography);
57 DROP FUNCTION IF EXISTS ST_GeographyFromText(text);
58 DROP FUNCTION IF EXISTS ST_AsBinary(geography);
59 DROP FUNCTION IF EXISTS ST_GeographyFromBinary(bytea);
60 DROP FUNCTION IF EXISTS geography_typmod_dims(integer);
61 DROP FUNCTION IF EXISTS geography_typmod_srid(integer);
62 DROP FUNCTION IF EXISTS geography_typmod_type(integer);
63 DROP FUNCTION IF EXISTS geography(geometry);
64 DROP FUNCTION IF EXISTS geometry(geography);
66 DROP FUNCTION IF EXISTS geography_gist_consistent(internal,geometry,int4);
67 DROP FUNCTION IF EXISTS geography_gist_compress(internal);
68 DROP FUNCTION IF EXISTS geography_gist_penalty(internal,internal,internal);
69 DROP FUNCTION IF EXISTS geography_gist_picksplit(internal, internal);
70 DROP FUNCTION IF EXISTS geography_gist_union(bytea, internal);
71 DROP FUNCTION IF EXISTS geography_gist_same(box2d, box2d, internal);
72 DROP FUNCTION IF EXISTS geography_gist_decompress(internal);
73 DROP FUNCTION IF EXISTS geography_gist_selectivity (internal, oid, internal, int4);
74 DROP FUNCTION IF EXISTS geography_gist_join_selectivity(internal, oid, internal, smallint);
75 DROP FUNCTION IF EXISTS geography_overlaps(geography, geography);
77 DROP FUNCTION IF EXISTS geography_lt(geography, geography);
78 DROP FUNCTION IF EXISTS geography_le(geography, geography);
79 DROP FUNCTION IF EXISTS geography_gt(geography, geography);
80 DROP FUNCTION IF EXISTS geography_ge(geography, geography);
81 DROP FUNCTION IF EXISTS geography_eq(geography, geography);
82 DROP FUNCTION IF EXISTS geography_cmp(geography, geography);
84 DROP FUNCTION IF EXISTS ST_AsSVG(geography,int4,int4);
85 DROP FUNCTION IF EXISTS ST_AsSVG(geography,int4);
86 DROP FUNCTION IF EXISTS ST_AsSVG(geography);
88 DROP FUNCTION IF EXISTS _ST_AsGML(int4, geography, int4, int4);
89 DROP FUNCTION IF EXISTS ST_AsGML(geography, int4);
90 DROP FUNCTION IF EXISTS ST_AsGML(geography);
91 DROP FUNCTION IF EXISTS ST_AsGML(int4, geography);
92 DROP FUNCTION IF EXISTS ST_AsGML(int4, geography, int4);
93 DROP FUNCTION IF EXISTS ST_AsGML(geography, int4, int4);
94 DROP FUNCTION IF EXISTS ST_AsGML(int4, geography, int4, int4);
96 DROP FUNCTION IF EXISTS _ST_AsKML(int4, geography, int4);
97 DROP FUNCTION IF EXISTS ST_AsKML(geography, int4);
98 DROP FUNCTION IF EXISTS ST_AsKML(geography);
99 DROP FUNCTION IF EXISTS ST_AsKML(int4, geography);
100 DROP FUNCTION IF EXISTS ST_AsKML(int4, geography, int4);
102 DROP FUNCTION IF EXISTS _ST_AsGeoJson(int4, geography, int4, int4);
103 DROP FUNCTION IF EXISTS ST_AsGeoJson(geography, int4);
104 DROP FUNCTION IF EXISTS ST_AsGeoJson(geography);
105 DROP FUNCTION IF EXISTS ST_AsGeoJson(int4, geography);
106 DROP FUNCTION IF EXISTS ST_AsGeoJson(int4, geography, int4);
107 DROP FUNCTION IF EXISTS ST_AsGeoJson(geography, int4, int4);
108 DROP FUNCTION IF EXISTS ST_AsGeoJson(int4, geography, int4, int4);
110 DROP FUNCTION IF EXISTS _ST_Distance(geography, geography, float8, boolean);
111 DROP FUNCTION IF EXISTS _ST_DWithin(geography, geography, float8, boolean);
112 DROP FUNCTION IF EXISTS ST_Distance(geography, geography, boolean);
113 DROP FUNCTION IF EXISTS ST_Distance(geography, geography);
114 DROP FUNCTION IF EXISTS _ST_Expand(geography, float8);
115 DROP FUNCTION IF EXISTS ST_DWithin(geography, geography, float8, boolean);
116 DROP FUNCTION IF EXISTS ST_DWithin(geography, geography, float8);
117 DROP FUNCTION IF EXISTS ST_Area(geography, boolean);
118 DROP FUNCTION IF EXISTS ST_Area(geography);
119 DROP FUNCTION IF EXISTS ST_Length(geography, boolean);
120 DROP FUNCTION IF EXISTS ST_Length(geography);
121 DROP FUNCTION IF EXISTS _ST_PointOutside(geography);
122 DROP FUNCTION IF EXISTS _ST_Covers(geography, geography);
123 DROP FUNCTION IF EXISTS ST_Covers(geography, geography);
124 DROP FUNCTION IF EXISTS ST_CoveredBy(geography, geography);
125 DROP FUNCTION IF EXISTS ST_Intersects(geography, geography);
126 DROP FUNCTION IF EXISTS _ST_BestSRID(geography, geography);
127 DROP FUNCTION IF EXISTS _ST_BestSRID(geography);
128 DROP FUNCTION IF EXISTS ST_Buffer(geography, float8);
129 DROP FUNCTION IF EXISTS ST_Intersection(geography, geography);
130 DROP FUNCTION IF EXISTS geography(geography, integer, boolean);
132 --DROP FUNCTION IF EXISTS geography_in(cstring, oid, integer);
133 --DROP FUNCTION IF EXISTS geography_out(geography);
135 DROP FUNCTION IF EXISTS geography_typmod_in(cstring[]);
136 DROP FUNCTION IF EXISTS geography_typmod_out(integer);
137 DROP FUNCTION IF EXISTS geography_analyze(internal);
139 -- DROP FUNCTION IF EXISTS gidx_in(cstring);
140 -- DROP FUNCTION IF EXISTS gidx_out(gidx);