Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column comments into dicts #269

Open
erwin-frohsinn opened this issue Jul 7, 2024 · 1 comment
Open

Column comments into dicts #269

erwin-frohsinn opened this issue Jul 7, 2024 · 1 comment

Comments

@erwin-frohsinn
Copy link

Is your feature request related to a problem? Please describe.
Comments on Columns like the following are parsed, but into a list instead of a dict with column name as key:
comment on column pole.t_spiel.refprodid is 'Verweis auf die Produktion';

Describe the solution you'd like
All column related comments should be parsed into a dict, e.g.:
{'pole.t_spiel.refprodid': 'Verweis auf die Produktion';', ...}

@xnuinside
Copy link
Owner

@erwin-frohsinn, thanks for opening this issue. Sorry for the long delay with replay, I will try to take look on it soon as possible. As I understand you talk about statements like this https://postgrespro.ru/docs/postgresql/9.4/sql-comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants