I use PostgreSQL as well with great success. Another thing to keep in mind 
is if you restart the database server and are using apache with web2py then 
you should restart apache as well. The reason is the connection pool if used 
as a number > 0 in the DAL() connection statement will have stale 
connections resulting in errors.

Reply via email to