pub async fn reconcile_grants_and_comments(
client: &Client,
executor: &DeploymentExecutor<'_>,
obj_id: &ObjectId,
typed_obj: &DatabaseObject,
grant_kind: &GrantObjectKind,
) -> Result<(), CliError>Expand description
Reconcile grants and execute comment statements for one database object.