Comment by [email protected]:Yo can use http://www.postgresql.org/docs/8.1/static/manage-ag-createdb.html as guide ti create new database from console.
First create a database named tryton with postgres user $ sudo su - postgres $ psql $ psql> CREATE DATABASE tryton; $ psql> \q Then do the same with user tryton and create your databases For more information: http://code.google.com/p/tryton/wiki/SetupAndStart -- [email protected] mailing list
