Re: Fail initdb en PostgreSQL V 7.02

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: vlal(at)ideay(dot)net(dot)ni
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Fail initdb en PostgreSQL V 7.02
Date: 2000-09-26 17:00:55
Message-ID: Pine.BSF.4.10.10009260959050.84227-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


For the initdb problem:
Your 6.5 binaries/libs are probably in the path earlier than the
7.0 binaries/libs. IIRC, oidvector was added in 7.0.

Stephan Szabo
sszabo(at)bigpanda(dot)com

On Tue, 26 Sep 2000 vlal(at)ideay(dot)net(dot)ni wrote:

> Hi all,
>
> Case 1
> ++++++++
> I have installed PostgreSQL 7.02, and my all the enviroment
> variables are initializated, however when i initialized the Data Base with
> get the next message error
>
> bash$ initdb
>
> We are initializing the database system with username postgres (uid=26).
> This user will own all the files and must also own the server process.
>
> Creating template database in /var/pgsql/data/base/template1
> ERROR: Error: unknown type 'oidvector'.
>
> ERROR: Error: unknown type 'oidvector'.
>
> syntax error 12 : parse errorinitdb: could not create template
> database
> initdb: cleaning up by wiping out /var/pgsql/data/base/template1
>
> Case 2
> ++++++++
> Before I had installed postgresql version 6.5.3, but I to load a table
> with 2.800,000 rows, when I created the index of table, send me the
> following message error:
>
> pqReadData() -- backend closed the channel
> unexpectedly.
> This probably means the backend terminated abnormally before or
> while processing the request.
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally before or
> while processing the request.
>
> I thouth that my version was the problem, but I believe that my table is
> too large, how can I do with this data base?
>
> My operate system is : Red Har version 6.2, the machine is Pentiumm II 600
> MHZ, HD 10 GB and 128 RAM memory.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2000-09-27 02:15:28 Re: PErformance in tables to large
Previous Message vlal 2000-09-26 07:10:43 Fail initdb en PostgreSQL V 7.02