Backing-up PostgreSQL Databases
I was excited to learn this morning that PostgreSQL has released a RC1 in the 9.2 line. This is one more step on the way to the 9.2 stable release. The news inspired me to update my development server, and once again I had to figure out how to use pg_dump.exe to backup my data. So here's the one-liner that took me five minutes to work out. Posting it here so I don't have to spend another five minutes!
bin\pg_dump.exe -f C:\_projects_\tmp\pg-20120901 -F d -v wlv.co