run postgres 8.3 - Mailing list pgsql-general

From Eduardo Arévalo
Subject run postgres 8.3
Date
Msg-id 95f68e530810141340h10c346b2ub8e20dbd89dc61ff@mail.gmail.com
Whole thread Raw
Responses Re: run postgres 8.3  (Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>)
List pgsql-general
I installed the 8.3 postgres
the amount of giving the command:
bash-3.2$ /usr/local/postgres_8.3/bin/initdb -D /base/data

the result is:


The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale en_US.UTF-8.
The default database encoding has accordingly been set to UTF8.
The default text search configuration will be set to "english".

initdb: directory "/base/data" exists but is not empty
If you want to create a new database system, either remove or empty
the directory "/base/data" or run initdb
with an argument other than "/base/data".


but do not raise your service


pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: benchmark on D7 + PG 8.3 Re: Drupal and PostgreSQL - performance issues?
Next
From: "Merlin Moncure"
Date:
Subject: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?