Re: Help me!

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: Help me!
Дата
Msg-id Pine.LNX.4.20.0204171057180.2528-100000@Larry
обсуждение исходный текст
Ответ на Help me!  ("Dieudonne Nanga" <nanga@compilion.de>)
Список pgsql-admin
On Apr 16, Dieudonne Nanga wrote:

> How do i insert a file in the database?

You mean large objects?
If yes, try

# select lo_import('<filename>');

this will return a OID.
and to access the same, try

# select lo_export(<oid>, '<filename>');

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


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

Предыдущее
От: Andy Ruhl
Дата:
Сообщение: Re: Postgresql on win2000
Следующее
От: Jean-Arthur Silve
Дата:
Сообщение: Vacuum blocking...