> is there a way to list all data bases I've created so far?>
One way is to list out the subdirectories under $PGDATA/base
$ cd $PGDATA/base$ ls
There should be a subdirectory per database if you haven't usedalternate PGDATA areas.