if (SQLCODE != 0) { sprintf(rMsg,"ERROR: ERROR on SELError Unknown type 'oid8'

From: Paul Hardiman <hardiman(at)hardiman(dot)com>
To: Postgres-general <pgsql-general(at)postgresql(dot)org>
Subject: if (SQLCODE != 0) { sprintf(rMsg,"ERROR: ERROR on SELError Unknown type 'oid8'
Date: 2000-09-04 04:36:35
Message-ID: 39B326D3.4BA815EF@hardiman.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
using postgres 7.02 linux 2.2.13-4mdk. I built postgres with perl and
odbc turn on. No other options.
The location /opt/postgres is newly created and owned by postgres.

when running initdb -d, I get the following excerpt:
<excerpt>
Running with debug mode on.
initdb: Using /usr/lib/pgsql/local1_template1.bki.source as input to
create the template database.
initdb: Using /usr/lib/pgsql/global1.bki.source as input to create the
global classes.
initdb: Using /usr/lib/pgsql/pg_hba.conf.sample as default
authentication control file.
This database system will be initialized with username "postgres".
This user will own all the data files and must also own the server
process.

Creating database system directory /opt/postgres/data
Creating database system directory /opt/postgres/data/base
Creating database XLOG directory /opt/postgres/data/pg_xlog
Creating template database in /opt/postgres/data/base/template1
Running: /usr/local/pgsql/bin/postgres -boot -x -C -F
-D/opt/postgres/data -d template1
<proname name>
<proowner int4>
<prolang oid>
<proisinh bool>
<proistrusted bool>
<proiscachable bool>
<pronargs int2>
<proretset bool>
<prorettype oid>
bootstrap.c: External Type: oid8
ERROR: Error: unknown type 'oid8'.
</excerpt>
I have no idea on how to proceed.

I appreciate any assist.

--
Regards,
Paul Hardiman
InterMedia, Inc (Colorado)
Informations Systems Consulting
303-581-0606, Fax 581-0506, hardiman(at)hardiman(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Turner 2000-09-04 04:52:38 subselect in CHECK constraint?
Previous Message He Weiping (Laser Henry) 2000-09-04 02:46:51 Re: