psqlrc
psqlrc is the startup file for the PostgreSQL interactive terminal psql. It contains commands that are automatically executed when psql starts, allowing users to customize their session. The file is processed as if its contents were entered at the psql prompt, so it can include both standard SQL statements and psql meta-commands.
psql looks for startup files in a two-tier arrangement. There is a system-wide or global startup file,
The kinds of customization commonly placed in psqlrc include appearance and behavior settings such as timing,
Because startup files are read automatically, care should be taken to secure sensitive information and to avoid