- Permission Denied

From: "pcampaigne" <pcampaigne(at)charter(dot)net>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: - Permission Denied
Date: 2003-03-20 18:51:20
Message-ID: 061501c2ef11$b2c2f980$0401a8c0@OBJECTPOWER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks Tom,
Using your suggestions I got the application to store and retreive from the
database. The initbd, postmaster were run by "postgres"and the jdbc logon
code use "postgres" with no password.
I can register and login so I know that postgresql is storing the username
and pasword info, however, when I login to the interactive terminal using:
psql -h localhost -U postgres NBA
and run the command,
SELECT * FROM REPORTER;"
I get zero rows returned. There must be at least 1 row or the application
wouldn't allow me to login.
I don't get it?
Phil

Browse pgsql-novice by date

  From Date Subject
Next Message Donald Tucker 2003-03-20 21:47:47 DBD::Pg installation difficulty during make test
Previous Message Josh Berkus 2003-03-20 17:47:35 Re: Admin tool for windows