Skip to content

Commit 51974e7

Browse files
committed
Add show all tables test
1 parent c3024b5 commit 51974e7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# name: test/sql/storage/attach_secret.test
2+
# description: Test attaching using a secret
3+
# group: [storage]
4+
5+
require postgres_scanner
6+
7+
require-env POSTGRES_TEST_DATABASE_AVAILABLE
8+
9+
statement ok
10+
PRAGMA enable_verification
11+
12+
statement ok
13+
ATTACH 'dbname=postgresscanner' AS s (TYPE POSTGRES)
14+
15+
statement ok
16+
USE s
17+
18+
statement ok
19+
SHOW ALL TABLES

0 commit comments

Comments
 (0)