Description:
When attempting to generate the CREATE (DDL) script for an external table in PostgreSQL using the extension, the following error occurs:
The following errors occurred: categories: Could not retrieve DDL for categories
Error getting categories. Error: Postgres support does not include externalTable scripting.
Steps to Reproduce:
- Connect to a PostgreSQL database that contains external tables.
- Navigate to Tables → Select an external table (e.g., categories).
- Right-click → Script → CREATE (DDL).
- Observe the error notification.
