pg_profile #
The catalog pg_profile lists all
profiles available for your cluster.
For details on profiles, see CREATE PROFILE.
Profiles are cluster-wide, so pg_profile
is shared across all databases of a cluster.
This catalog is not publicly readable.
Table 51.40. pg_profile Columns
Column Type Description |
|---|
Row identifier |
Profile name |
|
|
|
|
|
|
|
|
|
|
The UNLIMITED and DEFAULT
parameter values are stored in pg_profile
as -1 and -2, respectively.