Re: user and DB confusion

Поиск
Список
Период
Сортировка
От arnuld uttre
Тема Re: user and DB confusion
Дата
Msg-id 3a97b5b90810130317x55b4d04fr422a229cc1114b27@mail.gmail.com
обсуждение исходный текст
Ответ на Re: user and DB confusion  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Ответы Re: user and DB confusion
Список 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 по дате отправления:

Предыдущее
От: "Grzegorz Jaśkiewicz"
Дата:
Сообщение: Re: user and DB confusion
Следующее
От: Vladimir Dzhuvinov
Дата:
Сообщение: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?