检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete directory objects.
You are advised to delete the indexes from the target table before the import. You can create the indexes again after the import is complete. Assume that there is an ordinary index product_idx in the product_id column of the target table product_info.
Adding the CASCADE option can forcibly delete the extension and objects that depend on it. Parent topic: SQL Syntax
Precautions Only the table owner or administrators can delete a row-level security policy from the table.
Precautions Only the table owner or administrators can delete a row-level security policy from the table.
the test_clean_connection database. gaussdb=# DROP DATABASE test_clean_connection; -- Delete user jack. gaussdb=# DROP USER jack; Parent topic: C
CLEAN CONNECTION TO ALL FOR DATABASE template1 TO USER jack; -- Delete all connections of user jack. CLEAN CONNECTION TO ALL TO USER jack; -- Clean all the connections to the gaussdb database. CLEAN CONNECTION TO ALL FORCE FOR DATABASE gaussdb; -- Delete user jack.
CLEAN CONNECTION TO ALL FOR DATABASE template1 TO USER jack; -- Delete all connections of user jack. CLEAN CONNECTION TO ALL TO USER jack; -- Clean all the connections to the gaussdb database. CLEAN CONNECTION TO ALL FORCE FOR DATABASE gaussdb; -- Delete user jack.
You need to manually delete the data source first.
You need to manually delete the data source first.
On the displayed page, locate the manual backup you want to delete and click Delete in the Operation column. Figure 1 Deleting a manual backup Click OK. After the backup is deleted, it will not be displayed on the Backups page.
Deleting a Database Function This API is used to delete a database from a specified DB instance. Before calling this API: Learn how to authenticate this API. Obtain the required region and endpoint. Constraints This API can only be used to delete a single database.
DROP USER MAPPING Description DROP USER MAPPING is used to delete the user mapping from a user to a foreign server.
Adding the CASCADE option can forcibly delete the extension and objects that depend on it. Parent topic: SQL Syntax
Precautions Only the table owner or administrators can delete a row-level access control policy from the table.
URI DELETE https://{Endpoint}/v3/{project_id}/instances/{instance_id}/limit-task/{task_id} Table 1 Parameter description Parameter Mandatory Description project_id Yes Explanation: Project ID of a tenant in a region.
DBE_SQL_UTIL.drop_sql_patch drop_sql_patch is an interface function used to delete SQL patches. It returns whether the execution is successful. Only the initial user, sysadmin, opradmin, and monadmin have the permission to invoke this interface.
DBE_SQL_UTIL.drop_sql_patch drop_sql_patch is an interface function used to delete SQL patches. It returns whether the execution is successful. Only the initial user, sysadmin, opradmin, and monadmin have the permission to invoke this interface.
WHERE id1=OLD.id1; RETURN OLD; END $$ LANGUAGE plpgsql; -- Create a DELETE trigger. gaussdb=# CREATE TRIGGER delete_trigger BEFORE DELETE ON test_trigger_src_tbl FOR EACH ROW EXECUTE PROCEDURE tri_delete_func(); -- Execute the DELETE event
You can run ALTER TABLE DROP PARTITION to delete any partition from a range partitioned table or list partitioned table. For example, delete the partition date_202005 from the range partitioned table range_sales by specifying the partition name and update the global index.