aboutsummaryrefslogtreecommitdiff
path: root/contrib/array/README.array_iterator
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/array/README.array_iterator')
-rw-r--r--contrib/array/README.array_iterator5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/array/README.array_iterator b/contrib/array/README.array_iterator
index f824ab54ea8..127a6f4ba94 100644
--- a/contrib/array/README.array_iterator
+++ b/contrib/array/README.array_iterator
@@ -27,6 +27,5 @@ Now do this instead:
-- select tuples with all txt elements matching '^[A-Z]'
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