Re: Microsoft Project and PostgreSQL?

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Microsoft Project and PostgreSQL?
Date: 2004-08-31 17:06:33
Message-ID: ch2b64$2ks2$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Jeff 2004-08-31 17:09:22 Re: cannot reach http:/archives.postgresql.org
Previous Message Thomas F.O'Connell 2004-08-31 17:00:11 Multicolumn Primary Key