Minor wording improvements.

This commit is contained in:
Tom Lane 2003-09-13 17:33:46 +00:00
parent bcd8986e7d
commit f51759064c
2 changed files with 3 additions and 4 deletions

View file

@ -29,7 +29,7 @@ adddepend -
by Rod Taylor <rbt@rbt.ca>
array -
Array iterator functions
Array iterator functions (now obsolete due to backend improvements)
by Massimo Dal Zotto <dz@cs.unitn.it>
btree_gist -

View file

@ -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