@@ -3463,7 +3463,7 @@ CREATE TABLE import_source."x 5" (c1 float8);
34633463ALTER TABLE import_source."x 5" DROP COLUMN c1;
34643464CREATE SCHEMA import_dest1;
34653465IMPORT FOREIGN SCHEMA import_source FROM SERVER loopback INTO import_dest1;
3466- \det+ import_dest1
3466+ \det+ import_dest1.*
34673467 List of foreign tables
34683468 Schema | Table | Server | FDW Options | Description
34693469--------------+-------+----------+-------------------------------------------------+-------------
@@ -3519,7 +3519,7 @@ FDW Options: (schema_name 'import_source', table_name 'x 5')
35193519CREATE SCHEMA import_dest2;
35203520IMPORT FOREIGN SCHEMA import_source FROM SERVER loopback INTO import_dest2
35213521 OPTIONS (import_default 'true');
3522- \det+ import_dest2
3522+ \det+ import_dest2.*
35233523 List of foreign tables
35243524 Schema | Table | Server | FDW Options | Description
35253525--------------+-------+----------+-------------------------------------------------+-------------
@@ -3574,7 +3574,7 @@ FDW Options: (schema_name 'import_source', table_name 'x 5')
35743574CREATE SCHEMA import_dest3;
35753575IMPORT FOREIGN SCHEMA import_source FROM SERVER loopback INTO import_dest3
35763576 OPTIONS (import_collate 'false', import_not_null 'false');
3577- \det+ import_dest3
3577+ \det+ import_dest3.*
35783578 List of foreign tables
35793579 Schema | Table | Server | FDW Options | Description
35803580--------------+-------+----------+-------------------------------------------------+-------------
@@ -3630,7 +3630,7 @@ FDW Options: (schema_name 'import_source', table_name 'x 5')
36303630CREATE SCHEMA import_dest4;
36313631IMPORT FOREIGN SCHEMA import_source LIMIT TO (t1, nonesuch)
36323632 FROM SERVER loopback INTO import_dest4;
3633- \det+ import_dest4
3633+ \det+ import_dest4.*
36343634 List of foreign tables
36353635 Schema | Table | Server | FDW Options | Description
36363636--------------+-------+----------+------------------------------------------------+-------------
@@ -3639,7 +3639,7 @@ IMPORT FOREIGN SCHEMA import_source LIMIT TO (t1, nonesuch)
36393639
36403640IMPORT FOREIGN SCHEMA import_source EXCEPT (t1, "x 4", nonesuch)
36413641 FROM SERVER loopback INTO import_dest4;
3642- \det+ import_dest4
3642+ \det+ import_dest4.*
36433643 List of foreign tables
36443644 Schema | Table | Server | FDW Options | Description
36453645--------------+-------+----------+-------------------------------------------------+-------------