6 June 2011

PostgreSQL - Calculating DB size

SQL> select pg_size_pretty(pg_database_size(current_database())) as dbsize

No comments:

Wordpress - Local installation in Vmware

If you're interested in exploring website design with WordPress, this guide will help you set up a WordPress instance on your local mach...