Re: PostgreSql question

2010-07-20 Thread Gordon Messmer
On 07/20/2010 06:19 PM, Thierry Vanden Broucke wrote: > #selinuxenabled 0 That's really not necessary. Fedora's packages work just fine with SELinux enabled, and non-Fedora packages probably aren't even restricted by policy. -- users mailing list users@lists.fedoraproject.org To unsubscribe or

Re: PostgreSql question

2010-07-20 Thread Gordon Messmer
On 07/20/2010 05:23 PM, Nermin Celik wrote: > I've downloaded PostgreSql from http://yum.pgsqlrpms.org/8.3/, however > when I try access it from the termnial line it doesn't work and gives > the following warning. Is there a reason you did that, when Fedora provides PostgreSQL packages? # yum ins

Re: PostgreSql question

2010-07-20 Thread Nermin Celik
Thank you Thierry :) On Wed, Jul 21, 2010 at 11:22 AM, Thierry Vanden Broucke < cloudy...@gmail.com> wrote: > Extra to the last message > > Set Method to (trust) in vi /var/lib/pgsql/data/pg_hba.conf if no security > is needed. > > # TYPE DATABASEUSERCIDR-ADDRESS METHOD > >

Re: PostgreSql question

2010-07-20 Thread Thierry Vanden Broucke
Extra to the last message Set Method to (trust) in vi /var/lib/pgsql/data/pg_hba.conf if no security is needed. # TYPE DATABASEUSERCIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all trust # IPv4 lo

Re: PostgreSql question

2010-07-20 Thread Thierry Vanden Broucke
#selinuxenabled 0 #/etc/init.d/postgresql restart #psql -U postgres 2010/7/20 Nermin Celik > Hi All, > > I've downloaded PostgreSql from http://yum.pgsqlrpms.org/8.3/, however > when I try access it from the termnial line it doesn't work and gives the > following warning. > > $ psql > psql: co

PostgreSql question

2010-07-20 Thread Nermin Celik
Hi All, I've downloaded PostgreSql from http://yum.pgsqlrpms.org/8.3/, however when I try access it from the termnial line it doesn't work and gives the following warning. $ psql psql: could not connect to server: No such file or directory Is the server running locally and accepting conne