commands.sh

pg_config

all

Display information about the installed PostgreSQL version.

More info →

Options (1)

--helpboolean

Display help

Example: pg_config {{[-?|--help]}}

Examples (7)

Show the directory where PostgreSQL binaries are installed

pg_config --bindir

Show the directory for library files

pg_config --libdir

Show the directory for include files (C headers)

pg_config --includedir

Show the directory for shared data files

pg_config --sharedir

Show the directory for locale data

pg_config --localedir

Display help

pg_config [-?|--help]

Display version

pg_config --version
made by @shridhargupta | data from tldr-pages