PostgresGrantTarget
PostgreSQL grant target kind.
public enum PostgresGrantTarget
Values
| Name | Description |
|---|---|
Schema |
Target is a schema. |
Table |
Target is one table. |
AllTablesInSchema |
Target is every current table in the schema. |
PostgreSQL grant target kind.
public enum PostgresGrantTarget
| Name | Description |
|---|---|
Schema |
Target is a schema. |
Table |
Target is one table. |
AllTablesInSchema |
Target is every current table in the schema. |