URL doesn't work!
I confirm my account
-- Réacheminé par Frederic Germaneau/FR/BULL sur
10/06/2005 08:09 ---
[EMAIL PROTECTED]@postgresql.org sur 09/06/2005 00:01:26
Envoyé par : [EMAIL PROTECTED]
Pour : pgsql-general@postgresql.o
hi!
I am testing postgreSQL 8.0 rc1 compiled with xlc on AIX5.2.
I'm trying to create an index on a 4 500 000 raws table and postmaster
recieves signal 4.
what can I do to resolve it?
Thanks
Frédéric Germaneau
---(end of broadcast)---
TIP 1: s
I'm trying to stress PostgreSQL 8beta3 on AIX5.2 with TPCH 1 Go
I have created and configurated a database on 2 tablespaces : first one for
indexes and second one for tables
First script for database creation:
$ more scrCreateDataBase.sh
psql template1<
Hi,
I'm trying to create a database with 2 tableSpaces one for data table and
one other for indexes
I have created a schema on my tablespace for datas and a table in this
schema, I would like to verify that this table is on the right tablespace.
I don't know how to do that.
\d , \d+ , \db+ don'
Hi
I'm trying to install postgreSQL V8 béta3 on AIX5.2 and the horlogy
regression test fails:
$ more
/postgres_util/postgresql-8.0.0beta3/src/test/regress/regression.diffs
*** ./expected/horology.out Sat Jul 10 23:57:20 2004
--- ./results/horology.out Tue Sep 28 15:51:33 2004
I'm trying to evaluate PostgreSQL on AIX 5L(5.2)
I have downloaded sources of PostgreSQL 8.0 beta 2.
As described in documentation,
I, first, launch "compile" then "gmake", and at least "gmake check".
Without the option "--enable-thread-safety" all works fine.
But in versions 5.2 and 5.3 of AI