Skip to content

v2.0.0

Choose a tag to compare

@Slamdunk Slamdunk released this 16 Oct 14:11
· 141 commits to master since this release
Immutable release. Only release title and notes can be modified.
b595250

BC Breaks

BC breaks only affect ./psql binary:

  1. password long option has been dropped
  2. Password can only be set by PGPASSWORD environment variable
  3. h short option is now dedicated to host option
  4. Database long option has been changed to dbname
  5. Host, port, username and database have now a short option too

What's Changed

  • ./psql binary: adopt upstream standards by @Slamdunk in #28

Full Changelog: v1.4.0...v2.0.0