On Tue, 7 Oct 2003, Ganesan Kanavathy wrote: > Dear all, > > How to check database size for Posgresql db. I need give hardisk > utilization of the database on daily basis.
Here's how I do it:
su - postgres
cd $PGDATA
du -s base
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
