Skip to content

Commit a9ab0ad

Browse files
authored
Merge pull request #1857 from jrha/postgresql-version-mandatory
ncm-postgresql: Make pg_version mandatory in schema
2 parents f436387 + 0429a63 commit a9ab0ad

File tree

1 file changed

+2
-1
lines changed
  • ncm-postgresql/src/main/pan/components/postgresql

1 file changed

+2
-1
lines changed

ncm-postgresql/src/main/pan/components/postgresql/schema.pan

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ type postgresql_component = {
338338
@{Name of the service to start postgresql.
339339
This should allow you to start multiple postgres instances on the same machine.}
340340
"pg_script_name" ? string
341-
"pg_version" ? string
341+
@{Version of postgresql being managed, required in order to call correct binaries.}
342+
"pg_version" : string_trimmed
342343
@{Legacy: full text of the postgresql.conf file}
343344
"postgresql_conf" ? string
344345
@{role name with ROLE ALTER SQL command. Roles are only added and updated, never removed.}

0 commit comments

Comments
 (0)