Loading different files

Поиск
Список
Период
Сортировка
От Sven Krosse
Тема Loading different files
Дата
Msg-id 4D071BD8.7080401@googlemail.com
обсуждение исходный текст
Ответы Re: Loading different files  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Dear all,

I am looking for a mechanism to load a specific file into an existing
database. The file is a CTM (Compact Topic Maps Syntax ) file and I have
written a CTM parser in plpgsql which works fine. The main problem is,
that I have to load the file into memory and sent a query to database
which causes an memory error because of a hugh file size. Is it possible
to copy data from a file into database by using own functions?

Thanks for response.


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

Предыдущее
От: Sim Zacks
Дата:
Сообщение: crosstab function
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Loading different files