Add test for CDB_UserDataSize identifier quoation
This commit is contained in:
parent
1c7b0c71ec
commit
ec0d94dd0e
@ -60,6 +60,9 @@ SELECT 'excess3', catch_error($$INSERT INTO big VALUES (3);$$); -- disallowed, q
|
|||||||
DROP TABLE big;
|
DROP TABLE big;
|
||||||
SELECT CDB_SetUserQuotaInBytes(0);
|
SELECT CDB_SetUserQuotaInBytes(0);
|
||||||
|
|
||||||
|
CREATE SCHEMA "complex-name%_with'quotes""";
|
||||||
|
SELECT CDB_UserDataSize('"complex-name%_with''quotes"');
|
||||||
|
DROP SCHEMA "complex-name%_with'quotes""";
|
||||||
|
|
||||||
set client_min_messages to NOTICE;
|
set client_min_messages to NOTICE;
|
||||||
DROP FUNCTION catch_error(text);
|
DROP FUNCTION catch_error(text);
|
||||||
|
@ -30,6 +30,9 @@ DROP TABLE
|
|||||||
excess3|t
|
excess3|t
|
||||||
DROP TABLE
|
DROP TABLE
|
||||||
0
|
0
|
||||||
|
CREATE SCHEMA
|
||||||
|
0
|
||||||
|
DROP SCHEMA
|
||||||
SET
|
SET
|
||||||
DROP FUNCTION
|
DROP FUNCTION
|
||||||
DROP FUNCTION
|
DROP FUNCTION
|
||||||
|
Loading…
Reference in New Issue
Block a user