Re: file I/O in plpgsql

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: file I/O in plpgsql
Дата
Msg-id 20060429142145.GA10077@KanotixBox
обсуждение исходный текст
Ответ на file I/O in plpgsql  (Jessica M Salmon <jmsalmon@fs.fed.us>)
Список pgsql-general
Jessica M Salmon <jmsalmon@fs.fed.us> schrieb:

>
> I'm trying to write out query results to a text file from within a plpgsql
> function, but having trouble. Can anyone tell me if this is possible? I'm

IIRC no, you don't have access to the file system. PLPGSQL is a
*trusted* language. You have access to the file system with untrusted
languages like plpgperlu.


> trying to perform \o filename, then select, but it squawks about no

\o is a psql-client - feature.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: configure: error
Следующее
От: Terry Lee Tucker
Дата:
Сообщение: Re: file I/O in plpgsql