Re: Table size

From: "Pavan Deolasee" <pavan(dot)deolasee(at)gmail(dot)com>
To: lak <lakindia89(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Table size
Date: 2008-03-21 15:57:28
Message-ID: 2e78013d0803210857w128b97f1w32c36da120cd9c4b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 21, 2008 at 3:03 PM, lak <lakindia89(at)gmail(dot)com> wrote:
> I have two questions.
> How can I enter comments into a table? Where the comments are stored?
>

What do you mean by comments in a table ?

> In psql How can I know the size of a single table?
>

Select pg_relation_size('mytable');

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anton Melser 2008-03-21 16:05:52 Re: Client-requested cast mode to emulate Pg8.2 on v8.3
Previous Message Roberts, Jon 2008-03-21 15:54:14 Re: Cast character to boolean