Skip to content

Commit 5ae8a2c

Browse files
authored
test: add table_synonyms to list of expected tables (GoogleCloudPlatform#3813)
Spanner now has a table_synonyms table in information_schema.
1 parent e87cbad commit 5ae8a2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.ci/e2e-expected/backslash-dt.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
testdb_e2e_psql_v?? | information_schema | spanner_statistics | VIEW | | | | | | | | | | | | |
4040
testdb_e2e_psql_v?? | information_schema | table_constraints | VIEW | | | | | | | | | | | | |
4141
testdb_e2e_psql_v?? | information_schema | table_privileges | VIEW | | | | | | | | | | | | |
42+
testdb_e2e_psql_v?? | information_schema | table_synonyms | VIEW | | | | | | | | | | | | |
4243
testdb_e2e_psql_v?? | information_schema | tables | VIEW | | | | | | | | | | | | |
4344
testdb_e2e_psql_v?? | information_schema | views | VIEW | | | | | | | | | | | | |
4445
testdb_e2e_psql_v?? | spanner_sys | active_partitioned_dmls | VIEW | | | | | | | | | | | | |
@@ -87,5 +88,5 @@
8788
testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_hour | VIEW | | | | | | | | | | | | |
8889
testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_minute | VIEW | | | | | | | | | | | | |
8990
testdb_e2e_psql_v?? | spanner_sys | user_split_points | VIEW | | | | | | | | | | | | |
90-
(86 rows)
91+
(87 rows)
9192

0 commit comments

Comments
 (0)