Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
visill committed Sep 10, 2024
1 parent 240398c commit 4c718a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/sharding/console/sql_commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,15 @@ spqr-console=> SHOW backend_connections WHERE hostname='hostname:6432'
824646300928 | no data | app-prod-spqr1 | hostname:6432 | test_app_app | testdb | 0 | 8003 | IDLE
824682937984 | no data | app-prod-spqr1 | hostname:6432 | test_app_app | testdb | 0 | 7622 | IDLE
```

Exists feature - order by col asc/desc for clients.

```sql
SHOW clients ORDER BY <column> (ASC/DESC)
```

The ORDER BY column feature works with clients, not works with other entities.
```

### KILL CLIENT

This command is used to terminate a specific client connection in a SPQR Router.
Expand Down

0 comments on commit 4c718a1

Please sign in to comment.