-
-
Notifications
You must be signed in to change notification settings - Fork 285
~/.pgpass file #277
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
My Postgres password is fetched from secrets dynamically (into
~/.pgpass), I don't know what it is.TablePro doesn't seem to honor that file (the Postgress driver used by DBeaver does).
Proposed solution
~/.pgpassfile, which contains a list of$DB_HOST:$DB_PORT:$DB_DATABASE:$DB_USER:$DB_PASSWORDlines, and find the matching password for the current configAlternatives considered
No response
Related database type
PostgreSQL