...
Property | Description | ||
---|---|---|---|
install.pg.owner | Default value: This property specifies the PostgreSQL username for the database owner. This user will own all the data definitions in the PostgreSQL instance to be created. This property also use as database name.
| ||
install.pg.password | Default value: This property specifies the password for the database owner, defined with the | ||
install.pg.db.name | Default value: This property specifies the name of the PostgreSQL database schemaname.
| ||
install.pg.host | Default value: This property specifies IP address or hostname of the database instance. | ||
install.pg.port | Default value: This property specifies the PostgreSQL database port. | ||
install.pg.tb.space.tab | Default value: This property specifies the name of the tablespace to use to create the table in. | ||
install.pg.tb.space.idx | Default value: This property specifies the name of the tablespace to use for the index. |
...