you need to install contrib/dbsize. Then you can do:SELECT relation_size('myTable');
On Thu, 2003-11-20 at 02:30, K. Deepa wrote:
> Hi All,> Is it possible find the size of a pgsql table.> > TIA