SYSTEM CATALOGS / STATISTICS VIEWS
pg_stat_gssapi
Read PG 18 manual ↗The pg_stat_gssapi view will contain one row per backend, showing information about GSSAPI usage on this connection.
- Kind
- Statistics views
- Columns in this snapshot
- 5
- Definition source
- English manual
Columns 5
| Column | Type | Description / reference |
|---|---|---|
pid | integer | Process ID of a backend |
gss_authenticated | boolean | True if GSSAPI authentication was used for this connection |
principal | text | Principal used to authenticate this connection, or NULL if GSSAPI was not used to authenticate this connection. This field is truncated if the principal is longer than NAMEDATALEN (64 characters in a standard build). |
encrypted | boolean | True if GSSAPI encryption is in use on this connection |
credentials_delegated | boolean | True if GSSAPI credentials were delegated on this connection. |
Column history across versions
Version history 3
- PG 15 → 16changed
- PG 12 → 13changed
- PG 11 → 12added
Definition snapshot: english-manuals:9df2ae8169d2ca9a28c667c2bad… · English manual source