select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

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

ColumnTypeDescription / reference
pidintegerProcess ID of a backend
gss_authenticatedbooleanTrue if GSSAPI authentication was used for this connection
principaltextPrincipal 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).
encryptedbooleanTrue if GSSAPI encryption is in use on this connection
credentials_delegatedbooleanTrue if GSSAPI credentials were delegated on this connection.
Column history across versions
Version history 3
  1. PG 15 → 16changed
  2. PG 12 → 13changed
  3. PG 11 → 12added

Definition snapshot: english-manuals:9df2ae8169d2ca9a28c667c2bad… · English manual source