id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc 438,Postgres 8.3 install script,darkblueb,live-demo@…,"script install_postgres.sh attempts to make a postgres user ""user"" as a superuser however, it is currently not working run the LiveDVD VMWare image execute in the shell sudu su - postgres #enter user psql postgres \du ## observer there is no user ""user"" \q >> createuser --superuser user ## this works psql postgres alter role ""user"" with password 'user'; ## give user a password \q >> exit >> psql -d postgres -W #enter user ##now you are in ",enhancement,closed,normal,,OSGeoLive,fixed,,