We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd8986 commit f517590Copy full SHA for f517590
contrib/README
@@ -29,7 +29,7 @@ adddepend -
29
by Rod Taylor <rbt@rbt.ca>
30
31
array -
32
- Array iterator functions
+ Array iterator functions (now obsolete due to backend improvements)
33
by Massimo Dal Zotto <dz@cs.unitn.it>
34
35
btree_gist -
contrib/array/README.array_iterator
@@ -27,6 +27,5 @@ Now do this instead:
27
-- select tuples with all txt elements matching '^[A-Z]'
28
select * from t where '^[A-Z]' ~ all (t.txt[1:3]);
-See the related section in the online documentation for more detail:
- Table of Contents => Functions and Operators => Row and Array Comparisons
-
+See this section in the PostgreSQL documentation for more detail:
+ The SQL Language => Functions and Operators => Row and Array Comparisons
0 commit comments