Skip to content

Commit

Permalink
Update queryType list in selector rules docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blvckcoffee committed Oct 1, 2024
1 parent b43e2a3 commit 44b01fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/sphinx/admin/resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ documentation](https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java
- `ANALYZE`: `ANALYZE` queries.
- `DATA_DEFINITION`: Queries that alter/create/drop the metadata of schemas/tables/views,
and that manage prepared statements, privileges, sessions, and transactions.
- `ALTER_TABLE_EXECUTE`: Queries that execute table procedures with `ALTER
TABLE EXECUTE`.
- `MERGE`: `MERGE` queries.

- `clientTags` (optional): list of tags. To match, every tag in this list must be in the list of
client-provided tags associated with the query.
Expand Down

0 comments on commit 44b01fd

Please sign in to comment.