Skip to main content

FOR

Constant FOR 

Source
pub const FOR: PolicyMarker;
Expand description

Specifies the command a policy applies to.

ยงExample

#[PostgresPolicy(FOR = "SELECT")]
struct ReadPolicy(Users);

See: https://www.postgresql.org/docs/current/sql-createpolicy.html