Alvaro Herrera wrote:
----------------->>>>
I guess you should start reading the manuals for things. Try to connect
using the username that your application uses.
But you'll have to createuser that user first, probably.
If then it complains that it cannot connect to the database
such-and-such, create it using createdb.
----------------->>>>
I have read through most of the manual, but I don't find anything that
doesn't deal with using psql. No mater what I try to do with psql I get the
error:
psql: FATAL 1: user "root" does not exist
If I try a different user I get that user name replacing "root" above. What
is up here? This is turning into the upgrade from hell! Sorry starting to
get frustrated.