Fixed API test case for Foreign Table.

This commit is contained in:
Akshay Joshi 2024-01-08 15:02:08 +05:30
parent 26ec59ab5f
commit f5ba42bec8

View File

@ -269,22 +269,11 @@
} }
], ],
"name": "emp", "name": "emp",
"cltype": "\"char\"", "cltype": "text",
"typdefault": null, "attlen": null,
"attnotnull": false,
"collname": "pg_catalog.\"default\"",
"attnum": 1, "attnum": 1,
"inheritedfrom": null, "attnotnull": false,
"inheritedid": null, "typdefault": null
"attstattarget": -1,
"attoptions": null,
"attfdwoptions": [
"column_name=ColOptionValue"
],
"attndims": 0,
"atttypmod": -1,
"fulltype": "text",
"isdup": false
} }
] ]
} }