Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files.
В списке pgsql-general по дате отправления:
| От | Scott Marlowe |
|---|---|
| Тема | Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files. |
| Дата | |
| Msg-id | dcc563d10911082227n71dd661dk7074aff8957869ea@mail.gmail.com обсуждение |
| Ответ на | Re: I can't seem to put the right combination of magic into the pg_hba and pg_ident files. (Tim Uckun <timuckun@gmail.com>) |
| Ответы |
Re: I can't seem to put the right combination of magic into
the pg_hba and pg_ident files.
|
| Список | pgsql-general |
On Sun, Nov 8, 2009 at 9:08 PM, Tim Uckun <timuckun@gmail.com> wrote: >> I suspect you are expecting that the map will cause root to be >> logged in as postgres without asking for that. It won't. >> What it will do is allow "psql -U postgres" and similar to work. > > That's exactly what I am looking to do. In my case I have a script > that runs as root. I want to log in as postgres user from that script > but the script is running as root. > > The way I have it set up doesn't permit that. I want to know what I > need to do in order to make that happen. then say you're postgres in the script with the -U (if you're using psql) AS ROOT: psql -U postgres -h remote_db dbname Note that ident doesn't work so well between machines, so you might want to look at .pgpass
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера