AliasSubDbPostgresql
This page provides generated reference documentation for the AliasSubDbPostgresql data model.
Overview
| Property | Summary |
|---|---|
| host | The host under which the PostgreSQL server is reachable. |
| port | The port under which the PostgreSQL server is reachable. |
| database | The name of the database to which this alias is to be connected. |
| schema | The database schema to which this alias is to be connected. |
| user | The user to be used to log to the PostgreSQL server. |
| password | The password of the user to log on to the PostgreSQL server. |
| timezone | The timezone of the alias definition. |
| autoOrderByID | If yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed. |
host
Type: String
The host under which the PostgreSQL server is reachable.
port
Type: Integer
Default: 5432
Constraints: Minimum: 0, Maximum: 65536
The port under which the PostgreSQL server is reachable.
database
Type: String
The name of the database to which this alias is to be connected.
schema
Type: String
The database schema to which this alias is to be connected.
user
Type: String
The user to be used to log to the PostgreSQL server.
password
Type: String
The password of the user to log on to the PostgreSQL server.
timezone
Type: String
The timezone of the alias definition.
autoOrderByID
Type: Boolean
Default: true
If yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.