Where are the files for a PostgreSQL database stored?
Under my Linux installation, it's here: /var/lib/postgresql/8.x/
/var/lib/postgresql/8.x/
You can change it with initdb -D "c:/mydb/"
initdb -D "c:/mydb/"