Tool Drop Database
Deletes a PostgreSQL Database.
- Author: O.Conrad (c) 2015
- Menu: Database|PostgreSQL|Tools
Parameters
| Name | Type | Identifier | Description | Constraints |
Options | Host | Text | PG_HOST | - | Default: localhost |
Port | Integer | PG_PORT | - | Minimum: 0 Default: 5432 |
Database | Text | PG_NAME | - | Default: geo_test |
User | Text | PG_USER | - | Default: postgres |
Password | Text | PG_PWD | - | Default: postgres |
Command-line
Usage: saga_cmd db_pgsql 36 [-PG_HOST <str>] [-PG_PORT <num>] [-PG_NAME <str>] [-PG_USER <str>] [-PG_PWD <str>]
-PG_HOST:<str> Host
Text
Default: localhost
-PG_PORT:<num> Port
Integer
Minimum: 0
Default: 5432
-PG_NAME:<str> Database
Text
Default: geo_test
-PG_USER:<str> User
Text
Default: postgres
-PG_PWD:<str> Password
Text
Default: postgres