We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f436387 + 0429a63 commit a9ab0adCopy full SHA for a9ab0ad
ncm-postgresql/src/main/pan/components/postgresql/schema.pan
@@ -338,7 +338,8 @@ type postgresql_component = {
338
@{Name of the service to start postgresql.
339
This should allow you to start multiple postgres instances on the same machine.}
340
"pg_script_name" ? string
341
- "pg_version" ? string
+ @{Version of postgresql being managed, required in order to call correct binaries.}
342
+ "pg_version" : string_trimmed
343
@{Legacy: full text of the postgresql.conf file}
344
"postgresql_conf" ? string
345
@{role name with ROLE ALTER SQL command. Roles are only added and updated, never removed.}
0 commit comments