Module pgpass

Module pgpass 

Source

Structs§

ConnectionParams
Connection parameters parsed from a .pgpass line.
Metadata
Metadata extracted from comment lines preceding a .pgpass entry.
PgpassEntry
A validated .pgpass entry with associated metadata and connection parameters.
PgpassFile
A parsed .pgpass file with line references and connection entries.

Functions§

save_new_pgpass_file
Saves updated PostgreSQL .pgpass to a temporary file, replaces the original, and sets permissions.