marcominerva / DatabaseGPT

Query a database using natural language
https://databasegpt.azurewebsites.net/
MIT License
56 stars 13 forks source link

Excluded columns for a specific table in PostgreSQL #38

Closed marcominerva closed 5 months ago

marcominerva commented 6 months ago

Currently, excluded columns are global, i.e., an excluded column is excluded from all the tables that contain a column with that name. It would be useful the have the ability to exclude a column in a specific table. So, the following behavior must be implemented:

marcominerva commented 6 months ago

@nicolaparo do you mind take care of this issue? ;)