mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-26 00:07:01 +08:00
Primarily, explain where to find the system-wide psqlrc file, per recent gripe from John Sutton. Do some general wordsmithing and improve the markup, too. Also adjust psqlrc.sample so its comments about file location are somewhat trustworthy. (Not sure why we bother with this file when it's empty, but whatever.) Back-patch to 9.2 where the startup file naming scheme was last changed.
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
--
|
|
-- system-wide psql configuration file
|
|
--
|
|
-- This file is read before the .psqlrc file in the user's home directory.
|
|
--
|
|
-- Copy this to your installation's sysconf directory and rename it psqlrc.
|
|
-- The sysconf directory can be identified via "pg_config --sysconfdir".
|
|
--
|