Skip to content

Commit 5d8d928

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 94dfafd commit 5d8d928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/api/v1/pooler_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ const (
4343

4444
// DefaultPgBouncerPoolerAuthQuery is the default auth_query for PgBouncer
4545
DefaultPgBouncerPoolerAuthQuery = "SELECT usename, passwd FROM public.user_search($1)"
46+
47+
// PoolerAuthDBName is the database name used to run the auth_query
48+
PoolerAuthDBName = "postgres"
4649
)
4750

4851
// PgBouncerPoolMode is the mode of PgBouncer

0 commit comments

Comments
 (0)