Re: [GENERAL] System tables

From: Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE>
To: Fabian(dot)Frederick(at)prov-liege(dot)be
Cc: pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] System tables
Date: 2000-01-17 11:20:03
Message-ID: Pine.GSO.4.02A.10001171217560.8593-100000@Puma.DoCS.UU.SE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

System tables are all tables starting with pg_. They store everything
about your database installation, such as name of the actual databases,
tables, attribute types, rules, indexes, what-have-you. Access statistics
as in "How many times did table x get accessed since then" are not stored
anywhere, at least not where you could make use of it.

On Mon, 17 Jan 2000 Fabian(dot)Frederick(at)prov-liege(dot)be wrote:

>
> Hi !
> I've got trivial question : what are system table names ?
> Do system tables store access statistics ?
>
> Regards, Fabian
>
> ************
>
>

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Moray McConnachie 2000-01-17 11:35:21 Re: Re[2]: [GENERAL] case-insensitive like operator
Previous Message Fabian.Frederick 2000-01-17 10:22:38 System tables