Re: Improvement to psql's connection defaults

2019-12-16 Thread Tomas Zubiri
ning plain psql would print "Connecting with psql -h /var/run/postgresql" in most cases, psql -h /tmp in others, psql -h localhost -p 5432 in others. I could write a patch with them if it were to get implemented. Regards. El lun., 16 de dic. de 2019 a la(s) 12:54, Tomas Zubiri (m...@

Re: Improvement to psql's connection defaults

2019-12-16 Thread Tomas Zubiri
simplicity of source code. And since a simpler user experience necessitates more effort on the backend, I understand if you would decide not to go for this, you know better than me what the priorities of postgresql are, and it's your time that will be spent maintaining this change, it's

Improvement to psql's connection defaults

2019-12-16 Thread Tomas Zubiri
I believe. If this is an issue, a warning could be added. Thank you for time, Tomas. From 6e4d305b6a011df4ea20f606431e50b3462a18c7 Mon Sep 17 00:00:00 2001 From: Tomas Zubiri Date: Sun, 15 Dec 2019 02:46:19 -0300 Subject: [PATCH] Running psql without specifying host on unix systems should