Custom Query (1138 matches)
Results (229 - 231 of 1138)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#425 | fixed | Add Marble to LiveDVD | ||
Description |
Marble is a light weight, edu globe browser |
|||
#428 | wontfix | Postgres 8.4 | ||
Description |
Why oh why not Pg 8.4 ? Its a great release.. and then PostGIS and GEOS versions? I hadnt checked because I thought this was so obvious it didn't need saying. |
|||
#438 | fixed | Postgres 8.3 install script | ||
Description |
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
## this works psql postgres alter role "user" with password 'user'; ## give user a password \q
##now you are in |