Available in VPC
Edit the DB user's information registered in a Cloud DB for PostgreSQL instance.
Syntax
The changeCloudPostgresqlUserList syntax is as follows:
./ncloud vpostgresql changeCloudPostgresqlUserList \
--cloudPostgresqlInstanceNo <instance-no> \
--cloudPostgresqlUserList <user-config> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running changeCloudPostgresqlUserList.
Required options
The following options are required for changeCloudPostgresqlUserList.
| Options | Type | Required | Description |
|---|---|---|---|
--cloudPostgresqlInstanceNo |
String | Required | Cloud DB for PostgreSQL instance number |
--cloudPostgresqlUserList |
List | Required | List of DB users to be edited
|
Common options
For information about the options common to all vpostgresql subcommands, see Cloud DB for PostgreSQL (VPC) options.
Examples
If the request to edit the DB user is successful, the information for the specified user will be updated.
Command
The command example is as follows:
./ncloud vpostgresql changeCloudPostgresqlUserList \
--cloudPostgresqlInstanceNo 34567890 \
--cloudPostgresqlUserList "name='testreader', isReplicationRole='true'" \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"changeCloudPostgresqlUserListResponse": {
"requestId": "c3d4e5f6-a7b8-9012-cdef-345678901234",
"returnCode": "0",
"returnMessage": "success"
}
}