sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.44k stars 436 forks source link

Make username default to current login name #1024

Closed WGH- closed 1 year ago

WGH- commented 1 year ago

This is the way libpq (and other libraries based on it) does this:

At least some third-party libraries not based on libpq do that as well:

I think it would make sense to do it here for compatibility with other libraries.

WGH- commented 1 year ago

Maybe I'll submit a PR for this in following weeks