Updated on 2024-04-25 GMT+08:00

Database: PostgreSQLInsert

This system keyword is used for data insertion on PostgreSQL database.

Parameter

Mandatory

Type

Description

Ip

Yes

String

Database IP address. For a Huawei Cloud RDS instance, bind an EIP to the instance and ensure that the security group policy of the instance port is enabled to allow access. For details, see Connecting to an RDS for PostgreSQL Instance.

Port

Yes

Integer

Database port

DB Name

Yes

String

Database instance name

User Name

Yes

String

Username

Password

Yes

String

Password (The login password is personal information and must be defined as sensitive in the environment parameters.)

Sql

Yes

String

SQL statement, such as INSERT, which has no returns

PostgreSQLInsert Response

Status: success

Parameter

Type

Description

affected_row_count

Integer

Number of rows affected by the SQL statement

PostgreSQLInsert Response Example

{ 
 "affected_row_count": 1 
}

PostgreSQLInsert Usage Example

Determine the number of affected rows.