Re: user and DB confusion - Mailing list pgsql-general

From arnuld uttre
Subject Re: user and DB confusion
Date
Msg-id 3a97b5b90810130317x55b4d04fr422a229cc1114b27@mail.gmail.com
Whole thread Raw
In response to Re: user and DB confusion  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Responses Re: user and DB confusion  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
> On Mon, Oct 13, 2008 at 3:15 PM, Grzegorz Jaśkiewicz
> <gryzman@gmail.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/

pgsql-general by date:

Previous
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: user and DB confusion
Next
From: Vladimir Dzhuvinov
Date:
Subject: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?