-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathistore--0.1.6--0.1.5.sql
More file actions
72 lines (72 loc) · 1.93 KB
/
Copy pathistore--0.1.6--0.1.5.sql
File metadata and controls
72 lines (72 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
----operators----
DROP OPERATOR IF EXISTS ?& (bigistore, _int4);
----
DROP OPERATOR IF EXISTS %# (NONE, bigistore);
----
DROP OPERATOR IF EXISTS %% (NONE, bigistore);
----
DROP OPERATOR IF EXISTS -> (bigistore, _int4);
----
DROP OPERATOR IF EXISTS -> (istore, _int4);
----
DROP OPERATOR IF EXISTS || (bigistore, bigistore);
----
DROP OPERATOR IF EXISTS ?| (bigistore, _int4);
----
DROP OPERATOR IF EXISTS %# (NONE, istore);
----
DROP OPERATOR IF EXISTS %% (NONE, istore);
----
DROP OPERATOR IF EXISTS || (istore, istore);
----
DROP OPERATOR IF EXISTS ?| (istore, _int4);
----
DROP OPERATOR IF EXISTS ?& (istore, _int4);
----functions----
DROP FUNCTION IF EXISTS concat(istore, istore);
----
DROP FUNCTION IF EXISTS max_key(istore);
----
DROP FUNCTION IF EXISTS min_key(istore);
----
DROP FUNCTION IF EXISTS delete(bigistore, bigistore);
----
DROP FUNCTION IF EXISTS exists_any(bigistore, integer[]);
----
DROP FUNCTION IF EXISTS exists_all(bigistore, integer[]);
----
DROP FUNCTION IF EXISTS delete(bigistore, integer[]);
----
DROP FUNCTION IF EXISTS delete(bigistore, integer);
----
DROP FUNCTION IF EXISTS slice_array(bigistore, integer[]);
----
DROP FUNCTION IF EXISTS slice(bigistore, integer[]);
----
DROP FUNCTION IF EXISTS istore_to_matrix(bigistore);
----
DROP FUNCTION IF EXISTS istore_to_array(bigistore);
----
DROP FUNCTION IF EXISTS concat(bigistore, bigistore);
----
DROP FUNCTION IF EXISTS max_key(bigistore);
----
DROP FUNCTION IF EXISTS min_key(bigistore);
----
DROP FUNCTION IF EXISTS delete(istore, istore);
----
DROP FUNCTION IF EXISTS exists_any(istore, integer[]);
----
DROP FUNCTION IF EXISTS exists_all(istore, integer[]);
----
DROP FUNCTION IF EXISTS delete(istore, integer[]);
----
DROP FUNCTION IF EXISTS delete(istore, integer);
----
DROP FUNCTION IF EXISTS slice_array(istore, integer[]);
----
DROP FUNCTION IF EXISTS slice(istore, integer[]);
----
DROP FUNCTION IF EXISTS istore_to_matrix(istore);
----
DROP FUNCTION IF EXISTS istore_to_array(istore);