Message-ID: From: "MarekUniq (@MarekUniq)" To: "pgjdbc/pgjdbc" Date: Mon, 13 May 2024 15:47:34 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #2646: feat: improve libpq compatibility for URL parsing, environment variables, passfile, and property naming In-Reply-To: References: List-Id: X-GitHub-Author-Login: MarekUniq X-GitHub-Comment-Id: 1598694273 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 7db00b9839b123548eefdf3a1a72235505f23264 X-GitHub-Issue: 2646 X-GitHub-Path: README.md X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/2646#discussion_r1598694273 Content-Type: text/plain; charset=utf-8 (on README.md) it is about improving compatibility with libpq > What does "env vars can be set" mean? ``` # An example of setting environment variables: export PGUSER=my_user export PGPASSWORD=my_password ``` > What does it give to the end users? ``` # then jdbc and libpq-based programs can be launched identically: java ... MainJdbcBasedProgram ./main_libpq_based_program ```