optimization - Mailing list pgsql-sql

From sqyang
Subject optimization
Date
Msg-id 36567387.2EC9C733@nudt.edu.cn
Whole thread Raw
List pgsql-sql
Hi:
    I create a table tenk. Then I loaded 5000 tuples from a data file to
the table by 'copy' command. The command is as follows: "copy tenk from
'/home/post64/test/t100000.dat' using delimiters ',';". Then I lookup
the pg_class to see some statistic informations about the table such as
tuple number and page number etc. The command is:"select * from pg_class
where relname = 'tenk'". But suprisly,values of these two fields are 0.
Are these statistic information are maintained?
    Thanks in advance!

pgsql-sql by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [SQL] How To Use JOIN?
Next
From: Lendvary Gyorgy
Date:
Subject: createdb problem