diff options
Diffstat (limited to 'tests/fixtures/identity.sql')
-rw-r--r-- | tests/fixtures/identity.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fixtures/identity.sql b/tests/fixtures/identity.sql index d51a978..6b742c3 100644 --- a/tests/fixtures/identity.sql +++ b/tests/fixtures/identity.sql @@ -642,6 +642,7 @@ CREATE TABLE T3 AS (SELECT DISTINCT A FROM T1 EXCEPT (SELECT A FROM T2) LIMIT 1) DESCRIBE x DESCRIBE EXTENDED a.b DESCRIBE FORMATTED a.b +DESCRIBE SELECT 1 DROP INDEX a.b.c DROP FUNCTION a.b.c (INT) DROP MATERIALIZED VIEW x.y.z @@ -867,4 +868,5 @@ SELECT only TRUNCATE(a, b) SELECT enum SELECT unlogged -SELECT name
\ No newline at end of file +SELECT name +SELECT copy
\ No newline at end of file |