select open change scope Open full search

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

SYSTEM CATALOGS / SYSTEM VIEWS

pg_file_settings

Read PG 18 manual ↗

The view pg_file_settings provides a summary of the contents of the server's configuration file(s).

Kind
System views
Columns in this snapshot
7
Definition source
English manual

Columns 7

ColumnTypeDescription / reference
sourcefiletextFull path name of the configuration file
sourcelineint4Line number within the configuration file where the entry appears
seqnoint4Order in which the entries are processed (1..n)
nametextConfiguration parameter name
settingtextValue to be assigned to the parameter
appliedboolTrue if the value can be applied successfully
errortextIf not null, an error message indicating why this entry could not be applied
Column history across versions
Version history 3
  1. PG 9.6 → 10changed
  2. PG 9.5 → 9.6changed
  3. PG 9.4 → 9.5added

Definition snapshot: english-manuals:1eb98429bc1a83acc879859d9e4… · English manual source