Re: Microsoft Project and PostgreSQL? - Mailing list pgsql-general

From Daniel Schuchardt
Subject Re: Microsoft Project and PostgreSQL?
Date
Msg-id ch2b64$2ks2$1@news.hub.org
Whole thread Raw
List pgsql-general
Klaus Harbo schrieb:

> according to the manual.  A simple test with PostgreSQL results in an
> error something like 'Unknown data type "lo"'.

It seems that you try to access binary data fields. In postgresql the
type lo (BLOB) is implemented as oid or bytea. Read in the archives.

Try

CREATE DOMAIN lo AS oid;

Daniel

pgsql-general by date:

Previous
From: Jeff
Date:
Subject: Re: cannot reach http:/archives.postgresql.org
Next
From: Gaetano Mendola
Date:
Subject: Re: Conditional foreign key?