Begin Transaction
- Author: O.Conrad (c) 2013
- Menu: Database | PostgreSQL | Tools
Description
Begins a transaction, which will be finished later with a commit or rollback. Tries to add a save point, if already in transaction mode.
Parameters
| Name | Type | Identifier | Description | Constraints |
Options | Connection | choice | CONNECTION | - | Available Choices:
Default: 0 |
Save Point | text | SAVEPOINT | - | Default: SAVEPOINT_01 |
Command Line
Usage: saga_cmd db_pgsql 4 [-CONNECTION ] [-SAVEPOINT ]
-CONNECTION: Connection
choice
Available Choices:
Default: 0
-SAVEPOINT: Save Point
text
Default: SAVEPOINT_01