Skip to content
Snippets Groups Projects
Commit f5175906 authored by Tom Lane's avatar Tom Lane
Browse files

Minor wording improvements.

parent bcd8986e
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ adddepend - ...@@ -29,7 +29,7 @@ adddepend -
by Rod Taylor <rbt@rbt.ca> by Rod Taylor <rbt@rbt.ca>
array - array -
Array iterator functions Array iterator functions (now obsolete due to backend improvements)
by Massimo Dal Zotto <dz@cs.unitn.it> by Massimo Dal Zotto <dz@cs.unitn.it>
btree_gist - btree_gist -
......
...@@ -27,6 +27,5 @@ Now do this instead: ...@@ -27,6 +27,5 @@ Now do this instead:
-- select tuples with all txt elements matching '^[A-Z]' -- select tuples with all txt elements matching '^[A-Z]'
select * from t where '^[A-Z]' ~ all (t.txt[1:3]); select * from t where '^[A-Z]' ~ all (t.txt[1:3]);
See the related section in the online documentation for more detail: See this section in the PostgreSQL documentation for more detail:
Table of Contents => Functions and Operators => Row and Array Comparisons The SQL Language => Functions and Operators => Row and Array Comparisons
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment