int4out(lo) does not exist (create type)

Поиск
Список
Период
Сортировка
От
Тема int4out(lo) does not exist (create type)
Дата
Msg-id 1601.65.37.179.78.1040148880.squirrel@newmail.scubadiving.com
обсуждение исходный текст
Список pgsql-bugs
At http://gborg.postgresql.org/project/psqlodbc/faq/faq.php?faq_id=52

a method is presented for creating a type: 'lo', for handling
large data objects that may be imported from other DBs such as
MS Access.

create type lo (
   internallength=4,
   externallength=10,
   input=int4in,
   output=int4out,
   default='',
   passedbyvalue
);

When this command is presented to pg 7.3, the response is:

ERROR:  TypeCreate: function int4out(lo) does not exist

regards,

bullshark

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: odd behavior: function not atomic/not seeing it's own
Следующее
От: Bruno Wolff III
Дата:
Сообщение: COPY problem with bad dates