[ SOLVED ] настройка postgresql

Привет Всем. Поставил postgresql-8.2.7, запустил, все работает отлично, только вот настроек в /etc/postgrsql нет, да и папки такой тоже нет. Нашел в /usr/share/postgresql/ нужные файлы для настройки, только они с окончанием .sample.

Создал папку в /etc/postgresql перенес их туда (предварительно убрав окончание sample).

Теперь вопрос, как заставить смотреть postgresql эти конфигурации?

В /etc/conf.d/postgresql

# PostgreSQL's Database Directory               
PGDATA="/var/lib/postgresql/data"               

# PostgreSQL User
PGUSER="postgres"

# PostgreSQL Group
PGGROUP="postgres"

# Extra options to run postmaster with
# -N is the maximal number of client connections
# -B is the number of shared buffers and has to be at least 2x the value for -N
# Please read the man-page to postmaster for more options. Many of these options
# can be set directly in the configuration-file.                                
PGOPTS="-N 40 -B 80"                                                            


# SERVER SHUTDOWN:
# The server will receive 3 signals in the worst case:
# 1. SIGTERM
#  This signals the server to ignore new connections and to
#  wait for all clients to end their transactions before shutting down.
#  Use WAIT_FOR_DISCONNECT to control how much time the clients
#  should have until the next signal is being sent.
# 2. SIGINT
#  Tell the server to forcefully disconnect all clients.
#  Terminating a client results in a rollback of the open transactions for this client.
#  Use WAIT_FOR_CLEANUP to determine how much time the server has
#  for cleanup. (Set it to "forever" if you want to wait forever.)
# 3. SIGQUIT
#  This will terminate the server immediately and results in a recovery run for the next start.

# Wait for clients to disconnect (seconds or "forever")
WAIT_FOR_DISCONNECT=10

# Time the server has to clean up (seconds or "forever")
WAIT_FOR_CLEANUP=10

# If you have to export environment variables for the database process,
# this can be done here.
# Example:
#   export R_HOME="/usr/lib/R"

Я данже упоминания не нашел об моей проблеме...

ЗЫ. Буду признателен за помощь.

В каталоге, где установлен

В каталоге, где установлен постгрес (по дефолту это /var/lib/pgsql) в /data должны быть postgresql.conf и pg_hba.conf

Эгоист, это тот человек, которых думает о себе, вместо того, чтобы думать обо мне.
Ĉu vi komprenas min?

Спасибо. Протупил. =) find /

Спасибо. Протупил. =)
find / -iname postgresql.conf
и мой вопрос можно было не задавать =)

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".