Skip to content

Commit cf27b87

Browse files
authored
docs(fix): typo in role name (cloudnative-pg#7450)
Fix a typo, missing "g" in `cnp_pooler_pgbouncer` -> `cnpg_pooler_pgbouncer` Signed-off-by: Pierrick Chovelon <pierrick.chovelon@dalibo.com>
1 parent e8c8dcd commit cf27b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/database_import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ There are a few things you need to be aware of when using the `monolith` type:
232232
- Any role that is required by the imported databases must be specified inside
233233
`initdb.import.roles`, with the limitations below:
234234
- The following roles, if present, are not imported:
235-
`postgres`, `streaming_replica`, `cnp_pooler_pgbouncer`
235+
`postgres`, `streaming_replica`, `cnpg_pooler_pgbouncer`
236236
- The `SUPERUSER` option is removed from any imported role
237237
- Wildcard `"*"` can be used as the only element in the `databases` and/or
238238
`roles` arrays to import every object of the kind; When matching databases

0 commit comments

Comments
 (0)