i have this postgres running locally and can choose between creating multiple databases to store my tables. That way, they would be kept together in a logical way. I can also choose to store them in 1 db and create mutiple views (using PhpPgAdmin). What would be the best thing to do? What are the differences? does postgres without that interface understand views ?