mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Minor wording improvements.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user