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

Add support for comments #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

furious-luke
Copy link

This adds initial support for Postgres comments. At the moment it's
only working for comments on functions, but it won't be hard to extend
to other objects (just need to update comments.sql).

This adds initial support for Postgres comments. At the moment it's
only working for comments on functions, but it won't be hard to extend
to other objects (just need to update `comments.sql`).
@djrobstep
Copy link
Owner

Nice! With some tests that run this code and pass it I'm happy to merge it in at that point.

We can extend the comments.sql query later to support comments on the various other entities (or include them in this PR if you want, up to you).

@djrobstep djrobstep force-pushed the master branch 2 times, most recently from 32593a8 to 976ba2a Compare October 28, 2018 11:02
@pauldraper pauldraper mentioned this pull request Feb 1, 2021
@djrobstep djrobstep force-pushed the master branch 3 times, most recently from 13f62b5 to ebbc2e4 Compare September 18, 2022 05:57
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

Successfully merging this pull request may close these issues.

2 participants