Changing the Password for a User v2.0

Changing the Password for a User v2.0

This can be done via pgAdmin III.

  1. Open pgAdmin III and connect to PostgreSQL as an Admin user.

  2. Click on the node for your Spatial Data Warehouse database (sdw) in the tree view.

  3. Click on the SQL button 

     and launch the query window.

  4. Enter the following command in the SQL Editor

    ALTER USER "user" WITH PASSWORD 'password';

    e.g. 

  5. Click on the green arrow 


    You should see a message like this in the Output pane (the number of msec may be different).