Skip to content

Commit f517590

Browse files
committed
Minor wording improvements.
1 parent bcd8986 commit f517590

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

contrib/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ adddepend -
2929
by Rod Taylor <rbt@rbt.ca>
3030

3131
array -
32-
Array iterator functions
32+
Array iterator functions (now obsolete due to backend improvements)
3333
by Massimo Dal Zotto <dz@cs.unitn.it>
3434

3535
btree_gist -

contrib/array/README.array_iterator

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ Now do this instead:
2727
-- select tuples with all txt elements matching '^[A-Z]'
2828
select * from t where '^[A-Z]' ~ all (t.txt[1:3]);
2929

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

0 commit comments

Comments
 (0)