projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd8986
)
Minor wording improvements.
author
Tom Lane
Sat, 13 Sep 2003 17:33:46 +0000
(17:33 +0000)
committer
Tom Lane
Sat, 13 Sep 2003 17:33:46 +0000
(17:33 +0000)
contrib/README
patch
|
blob
|
blame
|
history
contrib/array/README.array_iterator
patch
|
blob
|
blame
|
history
diff --git
a/contrib/README
b/contrib/README
index 42d4079154e5f9c95f0ec50d763c1b4bbcadd50f..a8a2c6c968b97e15f2314e050bf22446f2cabf9e 100644
(file)
--- a/
contrib/README
+++ b/
contrib/README
@@
-29,7
+29,7
@@
adddepend -
by Rod Taylor
array -
- Array iterator functions
+ Array iterator functions
(now obsolete due to backend improvements)
by Massimo Dal Zotto
btree_gist -
diff --git
a/contrib/array/README.array_iterator
b/contrib/array/README.array_iterator
index f824ab54ea850e3bf81c4c37bc0e87399c60e90d..127a6f4ba941416a998058ac05be4a9008205a98 100644
(file)
--- 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