Hi Guys,

I am trying to execute the following command to remove user and db geonode,

if su - postgres -c 'psql -l | grep -q geonode'; then su - postgres -c
'dropdb geonode'; su - postgres -c 'dropuser geonode'; fi

It is asking me for a password. I do not the password. How can I change
this password or drop the user and db without knowing the password?

-- 
Thanks & Regards
Smaran Harihar
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to