Tool Connect to PostgreSQL
Connect to PostgreSQL data source.
- Author: O.Conrad (c) 2013
 
- Menu: Database|PostgreSQL
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Options | Host | text | PG_HOST | - | Default: localhost | 
 | Port | integer number | PG_PORT | - | Minimum: 0 Default: 5432 | 
 | User | text | PG_USER | - | Default: postgres | 
 | Password | text | PG_PWD | - | Default: postgres | 
 | Database | text | PG_NAME | - | - | 
 | Database | choice, GUI | PG_LIST | - | Available Choices: Default: 0 | 
Command-line
Usage: saga_cmd db_pgsql 1 [-PG_HOST <str>] [-PG_PORT <num>] [-PG_USER <str>] [-PG_PWD <str>] [-PG_NAME <str>]
  -PG_HOST:<str>	Host
	text
	Default: localhost
  -PG_PORT:<num>	Port
	integer number
	Minimum: 0
	Default: 5432
  -PG_USER:<str>	User
	text
	Default: postgres
  -PG_PWD:<str> 	Password
	text
	Default: postgres
  -PG_NAME:<str>	Database
	text