On Wed, 2013-05-15 at 13:46 -0500, Matthew J. Roth wrote:
Roger wrote:
ps aux |grep psql shows
Home_user 5734 0.0 0.0 109180 872 pts/0S+ 21:10 0:00 grep
--color=auto psql
it seems to be finding the fedors user login.
It's finding the grep command itself. A trick to avoid that is
On Wed, 2013-05-15 at 13:46 -0500, Matthew J. Roth wrote:
> Roger wrote:
> >
> > ps aux |grep psql shows
> > Home_user 5734 0.0 0.0 109180 872 pts/0S+ 21:10 0:00 grep
> > --color=auto psql
> > it seems to be finding the fedors user login.
>
> It's finding the grep command itself.
Roger wrote:
>
> ps aux |grep psql shows
> Home_user 5734 0.0 0.0 109180 872 pts/0S+ 21:10 0:00 grep
> --color=auto psql
> it seems to be finding the fedors user login.
It's finding the grep command itself. A trick to avoid that is to put one of
the characters of your search term
Am 15.05.2013 15:59, schrieb Michael Cronenworth:
> On 05/15/2013 06:49 AM, Roger wrote:
>> Why is psql attempting login as my Fedora username?
>
> The psql tool defaults to using the local user for authentication if
> none is specified. You should be aware that PostgreSQL is not like MySQL
> in
On 05/15/2013 06:49 AM, Roger wrote:
> Why is psql attempting login as my Fedora username?
The psql tool defaults to using the local user for authentication if
none is specified. You should be aware that PostgreSQL is not like MySQL
in regards to authentication. Throw out anything you know about
On Wed, 15 May 2013, Roger wrote:
I am hoping someone can talk me through a postgresql problem on my Fedora 18
box.
Have a Rails 4 app working with sqlite and mysql but need to have it in
postgres so that I can use it with Heroku.
Had postgres working in Fedora 16 several months ago for my firs
I am hoping someone can talk me through a postgresql problem on my
Fedora 18 box.
Have a Rails 4 app working with sqlite and mysql but need to have it in
postgres so that I can use it with Heroku.
Had postgres working in Fedora 16 several months ago for my first Heroku
test application.
Am now