...t the session user identifier and the current user identifier of the current session NAME SET_SESSION_AUTHORIZATION - set the session user identifier and the current user identi…...are a PostgreSQL extension, as is the RESET syntax. SEE ALSO SET SESSION AUTHORIZATION ( SET_SESSION_AUTHORIZATION (7))discard session state NAME DISCARD - discard session state SYNOPSIS DISCARD { ALL | PLANS | SEQUENCES | TEMPORARY | TEMP } DESCRIPTION DISCARD releases internal resources associate…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…change a database role NAME ALTER_ROLE - change a database role SYNOPSIS ALTER ROLE role_specification [ WITH ] option [ ... ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…List all manpages from the systemd project NAME systemd.index - List all manpages from the systemd project 3 30-systemd-environment-d-generator (8) — Load variables specified by en…define a new database role NAME CREATE_ROLE - define a new database role SYNOPSIS CREATE ROLE name [ [ WITH ] option [ ... ] ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…session shared process keyring NAME session-keyring - session shared process keyring DESCRIPTION The session keyring is a keyring used to anchor keys on behalf of a process. It is …per-user default session keyring NAME user-session-keyring - per-user default session keyring DESCRIPTION The user session keyring is a keyring used to anchor keys on behalf of a u…change a run-time parameter NAME SET - change a run-time parameter SYNOPSIS SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | ' value ' | DEFAULT } SET [ SESSION…process identifiers NAME credentials - process identifiers DESCRIPTION Process ID (PID) Each process has a unique nonnegative integer identifier that is assigned when the process i…change a database NAME ALTER_DATABASE - change a database SYNOPSIS ALTER DATABASE name [ [ WITH ] option [ ... ] ] where option can be: ALLOW_CONNECTIONS allowconn CONNECTION LIMIT…listen for a notification NAME LISTEN - listen for a notification SYNOPSIS LISTEN channel DESCRIPTION LISTEN registers the current session as a listener on the notification channel…set the characteristics of the current transaction NAME SET_TRANSACTION - set the characteristics of the current transaction SYNOPSIS SET TRANSACTION transaction_mode [, ...] SET T…prepare the current transaction for two-phase commit NAME PREPARE_TRANSACTION - prepare the current transaction for two-phase commit SYNOPSIS PREPARE TRANSACTION transaction_id DES…execute a prepared statement NAME EXECUTE - execute a prepared statement SYNOPSIS EXECUTE name [ ( parameter [, ...] ) ] DESCRIPTION EXECUTE is used to execute a previously prepare…restore the value of a run-time parameter to the default value NAME RESET - restore the value of a run-time parameter to the default value SYNOPSIS RESET configuration_parameter RE…Special systemd units NAME systemd.special - Special systemd units SYNOPSIS basic.target, bluetooth.target, cryptsetup-pre.target, cryptsetup.target, veritysetup-pre.target, verity…Pluggable Authentication Modules for Linux NAME PAM, pam - Pluggable Authentication Modules for Linux DESCRIPTION This manual is intended to offer a quick introduction to Linux-PAM…