We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c8dcd commit cf27b87Copy full SHA for cf27b87
docs/src/database_import.md
@@ -232,7 +232,7 @@ There are a few things you need to be aware of when using the `monolith` type:
232
- Any role that is required by the imported databases must be specified inside
233
`initdb.import.roles`, with the limitations below:
234
- The following roles, if present, are not imported:
235
- `postgres`, `streaming_replica`, `cnp_pooler_pgbouncer`
+ `postgres`, `streaming_replica`, `cnpg_pooler_pgbouncer`
236
- The `SUPERUSER` option is removed from any imported role
237
- Wildcard `"*"` can be used as the only element in the `databases` and/or
238
`roles` arrays to import every object of the kind; When matching databases
0 commit comments