in chapter 6, at the section talking about "Copy data from one db into
another"
db = DAL('postgresql://username:password@hocalhost/mydb')
Probably meant
db = DAL('postgres://username:password@localhost/mydb')
- [web2py] typo in the book guruyaya
- Re: [web2py] typo in the book Johann Spies

