Re: sql_sizing

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: sql_sizing
Дата
Msg-id 873c75cbue.fsf@deneb.enyo.de
обсуждение исходный текст
Ответ на sql_sizing  (Chris Bowlby <chris@pgsql.com>)
Список pgsql-hackers
Chris Bowlby <chris@pgsql.com> writes:

>  I've got an issue that I've been trying to track down some results to.
> I've noticed that on a recent PostgreSQL server that I've been working
> on has a few relations that do not exist:
>
> select relname, relnamespace, reltype from pg_class where relname ~*
> 'sql_';
>          relname         | relnamespace | reltype 
> -------------------------+--------------+---------
>  sql_features            |        16977 |   17071
>  sql_implementation_info |        16977 |   17076
>  sql_languages           |        16977 |   17081
>  sql_packages            |        16977 |   17086
>  sql_sizing              |        16977 |   17091
>  sql_sizing_profiles     |        16977 |   17096
> (6 rows)

These tables are part of the schema INFORMATION_SCHEMA.  Have a look
at:
 SELECT * FROM INFORMATION_SCHEMA.SQL_FEATURES;



-- 
Current mail filters: many dial-up/DSL/cable modem hosts, and the
following domains: bigpond.com, postino.it, tiscali.co.uk, tiscali.cz,
tiscali.it, voila.fr.


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

Предыдущее
От: Chris Bowlby
Дата:
Сообщение: sql_sizing
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: signal 11 on AIX: 7.4.2