Re: Postgres install

2018-02-06 Thread Samuel Teixeira Santos
Hi to all. I usually install Postgresql on my user to local development using the Postgresql Binaries I follow some tips from this link Installing Postgresql 9.1 to windows 7 from the binary zip distribution

Re: Postgres install

2018-02-05 Thread Dave Cramer
On 5 February 2018 at 19:01, Benjamin Scherrey wrote: > One option you should seriously consider is using Docker to containerize > your postgres installation. The installation thinks it has root access but > you don't need any rights beyond the standard user role that

Re: Postgres install

2018-02-05 Thread Benjamin Scherrey
One option you should seriously consider is using Docker to containerize your postgres installation. The installation thinks it has root access but you don't need any rights beyond the standard user role that way you can use the standard builds without changes. This assumes you're running under

Re: Postgres install

2018-02-05 Thread Adrian Klaver
an outline of how you want your Postgres install to be structured. Thanks in Advance -- Regards, Azim -- Adrian Klaver adrian.kla...@aklaver.com

Postgres install

2018-02-05 Thread Azimuddin Mohammed
Hello, I need to install postgres without root privileges. I have a postgres user in our companies AD. Below are my questions n concerns: 1. Is there a website you will refer other the postgres documentation, the one on postgres website is confusing 2. What is the default location of postgress