mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
reflect postgres superuser changes in pageserver->compute connstring
This commit is contained in:
@@ -382,10 +382,11 @@ impl PostgresNode {
|
||||
|
||||
pub fn connstr(&self) -> String {
|
||||
format!(
|
||||
"host={} port={} user={}",
|
||||
"host={} port={} user={} dbname={}",
|
||||
self.address.ip(),
|
||||
self.address.port(),
|
||||
self.whoami()
|
||||
"zenith_admin",
|
||||
"postgres"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user