检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
inParamWithEmptyElement(conn); // Delete the test object.
inParamWithEmptyElement(conn); // Delete the test object.
that the delete information of any temporary files is not recorded.
recorded. –1 indicates that the delete information of any temporary files is not recorded.
In most cases, you can quickly add or delete table columns, or change the default values of columns. An added column must meet the following requirements. Otherwise, the entire table is updated, leading to additional overheads and affecting online services.
In most cases, you can quickly add or delete table columns, or change the default values of columns. An added column must meet the following requirements. Otherwise, the entire table is updated, leading to additional overheads and affecting online services.
Table 2 Description of permissions Parameter Parameter Description r SELECT (read) w UPDATE (write) a INSERT (insert) d DELETE D TRUNCATE x REFERENCES t TRIGGER X EXECUTE U USAGE C CREATE c CONNECT T TEMPORARY A ALTER P DROP m COMMENT i INDEX v VACUUM * Authorization options for preceding
If a function is defined as IMMUTABLE or SHIPPABLE, avoid INSERT, UPDATE, DELETE, MERGE, and DDL operations in the function because the CN needs to determine the execution node for these operations. Otherwise, an error may occur.
\parallel on DELETE FROM range_sales WHERE channel_id = 'T'; ALTER TABLE range_sales ADD PARTITION time_2012 VALUES LESS THAN ('2013-01-01'); \parallel off DQL/DML-DDL Concurrency on the Same Partition GaussDB does not support DQL/DML-DDL concurrency on the same partition.
Table 2 Description of permissions Parameter Description r SELECT (read) w UPDATE (write) a INSERT (insert) d DELETE D TRUNCATE x REFERENCES t TRIGGER X EXECUTE U USAGE C CREATE c CONNECT T TEMPORARY A ALTER P DROP m COMMENT i INDEX v VACUUM * Authorization options for preceding permissions
REPLACE PACKAGE BODY pkg_test AS PROCEDURE proc_ist_tbl_test(v_uid in varchar, v_area_id varchar, v_level int) AS BEGIN INSERT INTO tbl_test VALUES (v_uid, v_area_id, v_level); END; PROCEDURE proc_del_tbl_test(v_uid in varchar) AS BEGIN DELETE
This API can be called only when the initial user is used and application is gs_rewind. gs_standby_incremental_filemap_execute is used to obtain file information stored in a specified temporary filemap file and delete the specified filemap file for data transmission during incremental
Table 2 Description of permissions Parameter Description r SELECT (read) w UPDATE (write) a INSERT (insert) d DELETE D TRUNCATE x REFERENCES t TRIGGER X EXECUTE U USAGE C CREATE c CONNECT T TEMPORARY A ALTER P DROP m COMMENT i INDEX v VACUUM * Authorization options for preceding permissions
You can create a CEK, change the client master key specified by a CEK, and delete a CEK. For details about related SQL statements, see Table 1.
In most cases, you can quickly add or delete table columns, or change the default values of columns. An added column must meet the following requirements. Otherwise, the entire table is updated, leading to additional overheads and affecting online services.
Table 2 Description of permissions Parameter Description r SELECT (read) w UPDATE (write) a INSERT (insert) d DELETE D TRUNCATE x REFERENCES t TRIGGER X EXECUTE U USAGE C CREATE c CONNECT T TEMPORARY A ALTER P DROP m COMMENT i INDEX v VACUUM * Authorization options for preceding permissions
Drop a backup table. 1 gaussdb=# DROP TABLE customer_t2 CASCADE; If the table to be deleted is dependent on other tables, you need to delete the corresponding tables first. Parent topic: Managing Tables
If the decoding is interrupted because the user does not exist and the corresponding blacklisted user does not exist at the time when logs are generated, you can set dynamic-resolution to true or delete the username from the blacklist to start decoding and continue to obtain logical
If a function is defined as an IMMUTABLE or SHIPPABLE function, avoid INSERT, UPDATE, DELETE, MERGE, and DDL operations on the function because the CN needs to determine the execution node for these operations. Otherwise, an error may occur.
int TEST_MODE_START_REPL = 2; // Test mode: Delete a logical replication slot. int TEST_MODE_DROP_SLOT = 3; // Enable different test modes.