pgmoon icon indicating copy to clipboard operation
pgmoon copied to clipboard

Support for Unix-domain Sockets

Open grayside opened this issue 7 years ago • 1 comments

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?

grayside avatar Dec 12 '18 18:12 grayside

I added support for unix sockets from nginx in my fork, commit 3f6bbc06550066448c7b00d21ebb6a4780c97540. 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.

adoakley avatar May 15 '19 18:05 adoakley