Custom Query (1138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 1138)

Ticket Resolution Summary Owner Reporter
#425 fixed Add Marble to LiveDVD live-demo@… darkblueb
Description

Marble is a light weight, edu globe browser

#428 wontfix Postgres 8.4 live-demo@… darkblueb
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 live-demo@… darkblueb
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

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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.