19. May 2017
PostgreSQL | Getting started
Install
PostgreSQL Server
Mac OS
<pre class="EnlighterJSRAW" data-enlighter-group="" data-enlighter-highlight="" data-enlighter-language="generic" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-theme="" data-enlighter-title="">brew install postgres
Windows (Installer)
Windows (Zip-ARchiv)
Download postgresql from https://www.enterprisedb.com/download-postgresql-binaries
Configure
Initialize database:
<pre class="wp-block-code">```
initdb.exe -D ../data –-username=postgres –-auth=trust
Start the database: