Re: Editing config files which are not in database directory

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Editing config files which are not in database directory
Дата
Msg-id 8822D5AE341E497E8957B6E28E3DCA77@andrusnotebook
обсуждение исходный текст
Ответ на Re: Editing config files which are not in database directory  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Editing config files which are not in database directory
Список pgadmin-support
>Unless you're running pgAdmin directly on the server, you can't I'm
afraid. This is a security restriction in the adminpack contrib module
in PostgreSQL itself.

postgresql superuser has access to those files. So this is is a bug: 
implementation restricts access granted by Linux file system.
Also in this case pgAdmin should *not* open bogus files for editing.

Btw. Using file functions is a joke. Probably for this reason they are not 
added to postgresql core.

Can we create long-waited patch to postgres to  allow read log, postgres and 
pg_hba files directly, without using file system and
writing postgres and pg_hba files directly.

Long time ago I posted the idea of creating system table pg_conf

Then for reading we can use

SELECT postgresql, pg_hba
FROM pg_conf

and for writing

UPDATE pg_conf SET pg_hba= '... new value '

Then postgresql can translate those requests to file system calls itself.

Andrus. 



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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Editing config files which are not in database directory
Следующее
От: Dave Page
Дата:
Сообщение: Re: Editing config files which are not in database directory