Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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 (sdwin 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).

 

 

  • No labels