Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: avoid using PGPASSFILE environment variable #3522

Merged
merged 2 commits into from Dec 12, 2023
Merged

Commits on Dec 12, 2023

  1. chore: avoid using PGPASSFILE environment variable

    We don't need to set the PGPASSFILE environment variable anymore since
    jackc/pgx is correctly handling the `passfile` connection string option.
    
    This patch removes the code doing that.
    
    Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
    leonardoce authored and litaocdl committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d0dd97f View commit details
    Browse the repository at this point in the history
  2. chore: clarify doc

    Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
    armru authored and litaocdl committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ce81f1e View commit details
    Browse the repository at this point in the history