File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ adddepend -
29
29
by Rod Taylor <rbt@rbt.ca>
30
30
31
31
array -
32
- Array iterator functions
32
+ Array iterator functions (now obsolete due to backend improvements)
33
33
by Massimo Dal Zotto <dz@cs.unitn.it>
34
34
35
35
btree_gist -
Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ Now do this instead:
27
27
-- select tuples with all txt elements matching '^[A-Z]'
28
28
select * from t where '^[A-Z]' ~ all (t.txt[1:3]);
29
29
30
- See the related section in the online documentation for more detail:
31
- Table of Contents => Functions and Operators => Row and Array Comparisons
32
-
30
+ See this section in the PostgreSQL documentation for more detail:
31
+ The SQL Language => Functions and Operators => Row and Array Comparisons
You can’t perform that action at this time.
0 commit comments