Re: Microsoft Project and PostgreSQL?

Поиск
Список
Период
Сортировка
От Daniel Schuchardt
Тема Re: Microsoft Project and PostgreSQL?
Дата
Msg-id ch2b64$2ks2$1@news.hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeff
Дата:
Сообщение: Re: cannot reach http:/archives.postgresql.org
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Conditional foreign key?