B.4 Functions

B.4.1 ig.dag_get_aggregate_access_string

Table B-9 Get Aggregate Access String Function

Parameter

SQL Server Data Type

PostgreSQL Data Type

access_mask

integer

integer

Return Value

nvarchar(64)

varchar(64)

Description:

Converts an aggregate access mask to a string value containing one or more of the following:

  • Read

  • Write

  • Change Permissions

Example:

Returns: "Read, Write"