Re: permission denied for large object 200936761

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: permission denied for large object 200936761
Дата
Msg-id 177d1419-036b-793d-9895-80e834f7a5ba@aklaver.com
обсуждение исходный текст
Ответ на Re: permission denied for large object 200936761  (Andrus <kobruleht2@hot.ee>)
Список pgsql-general
On 2/2/21 9:05 AM, Andrus wrote:
> Hi!

> and used psqlodbc to insert this data:
> 
> create temp table test ( test bytea ) on commit drop;
> insert into test values ( ?t.t );
> 
> This code throws exception
> 
> type "lo" does not exist
> 
> but each call adds new row to pg_largeobject_metadata table.
> 
> Odbc driver creates large object and adds lo cast. This large object 
> remains even if transaction is rolled back due to unexisting lo type.
> 
> C7=0  (bytea as logvarbinary is false) is used in connection string.

I think that is supposed to be true for what you want to do. It is has 
been awhile since I worked with ODBC so I would confirm on the -odbc list.

> 
> Andrus.
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Joao Miguel Ferreira
Дата:
Сообщение: Re: pg_dumpall and tablespaces
Следующее
От: Helmut Bender
Дата:
Сообщение: Re: Segmentation fault on startup