Re: [GENERAL] System tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [GENERAL] System tables
Дата
Msg-id Pine.GSO.4.02A.10001171217560.8593-100000@Puma.DoCS.UU.SE
обсуждение исходный текст
Ответ на System tables  (Fabian.Frederick@prov-liege.be)
Ответы Re: [GENERAL] System tables  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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.Frederick@prov-liege.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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


В списке pgsql-general по дате отправления:

Предыдущее
От: Holger Klawitter
Дата:
Сообщение: Re: [GENERAL] Error connecting database
Следующее
От: "Moray McConnachie"
Дата:
Сообщение: Re: Re[2]: [GENERAL] case-insensitive like operator