til icon indicating copy to clipboard operation
til copied to clipboard

Connect PostgreSQL via socket

Open xluffy opened this issue 1 year ago • 0 comments

Sometimes, you want to connect via URI postgres user, same with switching to postgres user from the command line

postgres:///<db_name>?host=/var/run/postgresql/&sslmode=disable&port=5433
postgresql:///<db_name>?host=/var/run/postgresql/&sslmode=disable&port=5433

xluffy avatar Nov 13 '23 14:11 xluffy