Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel6
outlinetrue
indent20px
stylenone

Gallery of screenshots

Gallery

...

Detailed explanation

Surf to http://www.postgresql.org/ and download the installer for the
latest release. For new Windows users we recommend the "One click installer".
After launching this installer you have to follow these installation screens.
Image Modified

Image Modified
We recommend to keep the standard installation path.

Image Modified
Image Modified

Unlike a local file system with data filed, PostgreSQL always requires
log-in credentials. Remember to store these credentials well in a safe place.
You are the DBA (DataBase Administrator) of your local PostgreSQL database.

...

Code Block
function [user,pass]=pg_credentials

user = 'postgres';
pass = 'MyP@$$word';

Image Modified
Image Modified
Image Modified
Image Modified
Image Modified

You can now procedd with installing PostGIS.