Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Roger
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

Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Patrick O'Callaghan
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.

Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Matthew J. Roth
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

Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Reindl Harald
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

Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread 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 regards to authentication. Throw out anything you know about

Re: Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Max Pyziur
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

Problem with postgresql configuration on Fedora 18

2013-05-15 Thread Roger
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