Re: user and DB confusion

From: "arnuld uttre" <arnuld(dot)mizong(at)gmail(dot)com>
To: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: user and DB confusion
Date: 2008-10-13 10:17:01
Message-ID: 3a97b5b90810130317x55b4d04fr422a229cc1114b27@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Mon, Oct 13, 2008 at 3:15 PM, Grzegorz Jaśkiewicz
> <gryzman(at)gmail(dot)com> wrote:

> what does your pg_hba.conf says ?

# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD

# IPv4-style local connections:
#host all all 127.0.0.1 255.255.255.255 trust
# IPv6-style local connections:
#host all all ::1
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust

# Using sockets credentials for improved security. Not available everywhere,
# but works on Linux, *BSD (and probably some others)

local all all ident sameuser

> you sure you want to use 7.4 on new installations ? that's like - years
> behind.

Its my office machine, running CentOS 4.6, which itself is quite old.
I can't help that as my boss decides what to be done on that machine,
except that I can install new softwares.

I want to run my own forum and thats why I am working on this stuff
and somehow I like PostgreSQL more that MySQL.

--
http://uttre.wordpress.com/2008/05/14/the-lost-love-of-mine/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2008-10-13 10:17:31 Re: Drupal and PostgreSQL - performance issues?
Previous Message Stuart Bishop 2008-10-13 10:05:21 Re: [Slony1-general] Re: Stripping out slony after / before / during pg_restore?