dolthub/doltgresql

Support socket interface

Closed this issue · 0 comments

After starting a vanilla Doltgres server in another shell, psql with no arguments should connect to it. Tghis requires the socket interface to be supported. This made a big difference in the usability of Dolt...

$ psql
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory
	Is the server running locally and accepting connections on that socket?
$ psql -h 127.0.0.1 -U doltgres
psql (15.4 (Homebrew), server 15.0)
Type "help" for help.

doltgres=>