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

Comment on db objects? #614

Closed
Andersson007 opened this issue Nov 9, 2023 · 4 comments
Closed

Comment on db objects? #614

Andersson007 opened this issue Nov 9, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@Andersson007
Copy link
Collaborator

Discussed in https://github.com/ansible-collections/community.postgresql/discussions/352

Originally posted by andymel123 October 8, 2022
Hi,

is there no way to add comments on db objects?

When I add a db, schema, table,... I would like to also add some documentary comments on that object.

For example in sql I would do something like this:

CREATE SCHEMA xy_management;
COMMENT ON SCHEMA xy_management IS 'We use this schema to ensure objects that xy-customers can change are grouped to ...';

Is there a way to add such a comment with postgresql_schema?

@Andersson007 Andersson007 added the help wanted Extra attention is needed label Nov 9, 2023
@Andersson007
Copy link
Collaborator Author

Screenshot from 2023-11-09 08-28-43

Screenshot from 2023-11-09 08-28-55

@Andersson007
Copy link
Collaborator Author

@andymel123 @betanummeric @hunleyd let's continue here. We'll disable the Discussions feature in favor of the Forum soon

@Andersson007
Copy link
Collaborator Author

ah, now i see a similar issue was created #354, but let's keep this one for more context

@Andersson007
Copy link
Collaborator Author

closed via #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant