Python pg module and loimport

Поиск
Список
Период
Сортировка
От Erny
Тема Python pg module and loimport
Дата
Msg-id 3b0980f5@news
обсуждение исходный текст
Список pgsql-interfaces
Hi there.

I'm using Postgresql 7.1.1 under NT4/cygwin1.31 with python 2.1.dll and
pygres (recent version?)

large object import don't work:

>>> import pg
>>> db=pg.DB()        # Connects to my database
>>> db.loimport("/hello")
Traceback (most recent call last): File "<stdin>", line 1, in ?
_pg.error: can't create large object.

The file is accessible from front-end (and also back-end with the same
path). it's a small file.

Other interfaces (libq, libq++) work well (the testlo.c example) so
could be an error of the python layer?

I could observe the creation of 1 tuple in the pg_largeobject system-table,
but with with pageno=0 and no data.

Erny
Spain





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

Предыдущее
От: Reeching Wu
Дата:
Сообщение: help me !
Следующее
От: "Eric Naujock "
Дата:
Сообщение: Re: Looking for Postgress