This section contains the specific parameters for the PostgreSQL databases (Administrator type user for the utilities execution).
If using the section in the Java version of the database management tool, only the "General settings" section below applies.
General format:
[PostgreSQL]
user = root
password = ...
...
Parameter |
Type |
Mand. |
Default |
Description |
General settings |
||||
UserUtil |
string |
no |
Used to impose a default connection profile if the profile is not specified in the tool's settings. |
|
PasswordUtil |
string |
no |
Used to impose the default user profile password. |
|
GrantedErrors |
string |
no |
List of SQL error codes (in an absolute value, i.e. unsigned), separated by commas. The listed error codes are ignored when interpreting a SQL script and do not stop processing. |
|
GrantedSQLStates | string | no | List of SQLSTATE error codes, separated by commas. The listed error codes are ignored when interpreting a SQL script and do not stop processing. This parameter replaces the "GrantedErrors" parameter, as even though the latter is taken into account, PostgreSQL does not return any SQLCODE codes. |
|
Creation |
||||
user |
string |
no |
User who possesses the administration rights of PostgreSQL server (e.g.: postgres) |
|
password |
string |
no |
User password. |