SQL> select pg_size_pretty(pg_database_size(current_database())) as dbsize
Subscribe to:
Post Comments (Atom)
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...
-
To print single column from a text file #awk -F: '{print $1}' /etc/passwd To print multiple columns from a text file # awk -F: '...
-
1. Using Netstat to Count TCP Connection States netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c 2. List TCP/UDP and it's PID net...
-
Your new IT project requires you to setup postgresql database and most of the time we get to the postgresql website and download the version...
No comments:
Post a Comment