We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb23b38 commit 0407517Copy full SHA for 0407517
crates/pgt_hover/src/hovered_node.rs
@@ -36,7 +36,7 @@ impl HoveredNode {
36
}
37
38
39
- "policy_table" => {
+ "policy_table" | "revoke_table" | "grant_table" => {
40
if let Some(schema) = ctx.schema_or_alias_name.as_ref() {
41
Some(HoveredNode::Table(NodeIdentification::SchemaAndName((
42
schema.clone(),
0 commit comments