Skip to content

Commit 7f35de2

Browse files
PierreLouisBertrandphilip
authored andcommitted
docs: fix typo in postgres multicolumn indexes
1 parent e1b2093 commit 7f35de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/postgresql/postgresql-indexes/postgresql-multicolumn-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Output:
159159

160160
The output indicates that the query optimizer uses the `idx_people_names` index for the `last_name = 'Adams'` query.
161161

162-
Sixth, find the person whose first name is `Lou` (without specifying the last name):
162+
Sixth, find the person whose first name is `Lou` and last name is `Adams`:
163163

164164
```sql
165165
EXPLAIN SELECT

0 commit comments

Comments
 (0)