diff options
Diffstat (limited to 'contrib/postgres_fdw')
-rw-r--r-- | contrib/postgres_fdw/expected/postgres_fdw.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/postgres_fdw/expected/postgres_fdw.out b/contrib/postgres_fdw/expected/postgres_fdw.out index d1bc5b0660..4d86ab54dd 100644 --- a/contrib/postgres_fdw/expected/postgres_fdw.out +++ b/contrib/postgres_fdw/expected/postgres_fdw.out @@ -6987,7 +6987,7 @@ FDW Options: (schema_name 'import_source', table_name 't3') Foreign table "import_dest1.t4" Column | Type | Collation | Nullable | Default | FDW Options --------+---------+-----------+----------+---------+-------------------- - c1 | integer | | not null | | (column_name 'c1') + c1 | integer | | | | (column_name 'c1') Server: loopback FDW Options: (schema_name 'import_source', table_name 't4') @@ -7051,7 +7051,7 @@ FDW Options: (schema_name 'import_source', table_name 't3') Foreign table "import_dest2.t4" Column | Type | Collation | Nullable | Default | FDW Options --------+---------+-----------+----------+---------+-------------------- - c1 | integer | | not null | | (column_name 'c1') + c1 | integer | | | | (column_name 'c1') Server: loopback FDW Options: (schema_name 'import_source', table_name 't4') |