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