mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-01-31 11:46:11 +08:00
fix: escape pipe in markdown table for markdownlint
This commit is contained in:
@@ -132,7 +132,7 @@ CREATE INDEX orders_customer_id_idx ON orders (customer_id);
|
||||
| Index Type | Use Case | Operators |
|
||||
|------------|----------|-----------|
|
||||
| **B-tree** (default) | Equality, range | `=`, `<`, `>`, `BETWEEN`, `IN` |
|
||||
| **GIN** | Arrays, JSONB, full-text | `@>`, `?`, `?&`, `?|`, `@@` |
|
||||
| **GIN** | Arrays, JSONB, full-text | `@>`, `?`, `?&`, `?\|`, `@@` |
|
||||
| **BRIN** | Large time-series tables | Range queries on sorted data |
|
||||
| **Hash** | Equality only | `=` (marginally faster than B-tree) |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user