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

Support for Unix-domain Sockets #76

Open
grayside opened this issue Dec 12, 2018 · 1 comment
Open

Support for Unix-domain Sockets #76

grayside opened this issue Dec 12, 2018 · 1 comment

Comments

@grayside
Copy link

In reviewing the documentation and code I cannot see how Unix-domain sockets (https://www.postgresql.org/docs/9.5/libpq-connect.html#AEN43017) are supported.

#19 implies it may be supported.

Is it currently supported? If not, would you consider adding support? How can I help?

@adoakley
Copy link

I added support for unix sockets from nginx in my fork, commit 3f6bbc0. It would be better if it was supported for the other sockets libraries too, but it's unlikely that I'll every get around to implementing that.

Feel free to merge it if you think it's good enough.

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