Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #870

Re: psql.exe after new installation

Newsgroups comp.databases.postgresql
Date 2019-08-07 09:54 -0700
References <23107516-8be5-4c83-a14b-38d8fe680eb9@googlegroups.com>
Message-ID <9c386986-496a-4f01-93b2-8d9ffe7355a2@googlegroups.com> (permalink)
Subject Re: psql.exe after new installation
From jim.brown@branr.com

Show all headers | View raw


Just to close this out.

I decided to switch to trusted connections and updated pg_hba.conf to

local   all             all                                     trust
# IPv4 local connections:
host    all             all             127.0.0.1/32            trust
# IPv6 local connections:
host    all             all             ::1/128                 trust

Now psql.exe comes up and immediatly crashes without prompting for a password.

I'll give up on psql

Back to comp.databases.postgresql | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

psql.exe after new installation jim.brown@branr.com - 2019-08-06 14:35 -0700
  Re: psql.exe after new installation jim.brown@branr.com - 2019-08-07 09:54 -0700
  Re: psql.exe after new installation mattheww@chiark.greenend.org.uk (Matthew Woodcraft) - 2019-08-07 18:02 +0100

csiph-web