I want to move just one database from server A to server B.
The files under /var/lib/postgresql/8.1/ are not exactly jumping out and telling
me which files belong to which database.
So, how do you move a database (not the entire postgresql installation)?
Considering the existence of things like triggers and sequences -- will a simple
dump/restore be sufficient?