Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Tue, 31 Aug 2004 19:06:33 +0200
  • Message-id: <ch2b64$2ks2$1@news.hub.org> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group