| От | Tom Lane |
|---|---|
| Тема | Re: postgres authentication question |
| Дата | |
| Msg-id | 308.1163874187@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | postgres authentication question (Tom Allison <tallison@tacocat.net>) |
| Список | pgsql-novice |
Tom Allison <tallison@tacocat.net> writes: > I would like to change the postgres user to authenticate by md5 only, > no ident sameuser option. I might still keep the authentication as > local only. But when I do this, at start up I get a number of minor > errors in my logs about the user postgres can't authenticate. That's from pg_ctl trying to check whether the postmaster is up yet. You could remove the -w option from "pg_ctl start", or you could create a ~/.pgpass file for pg_ctl to use. The latter might be a win anyway for ease of interactive use. See http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера