I want to create the postgresql service user unattended (in a batch process). How can I do that? Especially I couldn't create the right to logon as service. What is the correct procedure to create a service user for postgresql and to start the service in a batch (unattended) mode? Thanks Stefan Bayer E-Mail: stefan.bayer@gmx.net
On Thu, Jun 16, 2005 at 11:41:00 +0200, Stefan Bayer <stefan.bayer@gmx.net> wrote: > I want to create the postgresql service user unattended (in a batch > process). How can I do that? Especially I couldn't create the right to logon > as service. > > What is the correct procedure to create a service user for postgresql and to > start the service in a batch (unattended) mode? The preferred method is ident authentication if your OS supports it for domain sockets and the batch job is running on the same server as postgres. Otherwise you can put the password in the pgpass file. See 27.12 of the 8.0 documentation.
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера