Write to file from pgplsql function

Поиск
Список
Период
Сортировка
От Sven Sporer
Тема Write to file from pgplsql function
Дата
Msg-id 20070102090906.100290@gmx.net
обсуждение исходный текст
Ответы Re: Write to file from pgplsql function
Re: Write to file from pgplsql function
Список pgsql-novice
Hello,

is there a way to write to a file in the filesystem from a pgplsql function?

The reason for this is the architecture of our user system: Each new database has a file in $PGDATA/users with a list
ofusers who are allowed to connect to this database. In pg_hba.conf is a link to this file. As some users don't have
filesystemprivileges, but are allowed to add users, they have to be able to call a function in postgres which adds that
userto the file. 

I appreciate your help, or a tip to improve the user system.

Sven Sporer

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

Предыдущее
От: "Chad Wagner"
Дата:
Сообщение: Re: 2007 DST change not working
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Write to file from pgplsql function