mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
string for a streaming replication connection. It's ignored by the server, but allows libpq to pick up the password from .pgpass where "replication" is specified as the database name. Patch by Fujii Masao per Tom's suggestion, with some wording changes by me.