pg_class table problem

From: Shilong Stanley Yao <yao(at)noao(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_class table problem
Date: 2004-03-17 22:29:33
Message-ID: 4058D14D.7020103@noao.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I inserted thousands of records in a table, but when using "select
relname, relpages from pg_class;", the number of pages of the table in
which I am inserting records is always 10, which is the same as an empty
table. Am I doing anything wrong? Thanks, -Stan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2004-03-17 22:49:21 Re: pg_class table problem
Previous Message Stephane Tessier 2004-03-17 22:21:01 Triggers After INSERT