Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6170e26

Browse files
committed
Updated readme [skip ci]
1 parente6bae17 commit6170e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ CREATE INDEX ON items (category_id);
442442
For multiple columns, consider a[multicolumn index](https://www.postgresql.org/docs/current/indexes-multicolumn.html).
443443

444444
```sql
445-
CREATEINDEXON items (store_id, category_id);
445+
CREATEINDEXON items (location_id, category_id);
446446
```
447447

448448
Exact indexes work well for conditions that match a lower percentage of rows. Otherwise,[approximate indexes](#indexing) can work better.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp