From: | Florian Weimer <fw(at)deneb(dot)enyo(dot)de> |
---|---|
To: | chris(at)pgsql(dot)com |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: sql_sizing |
Date: | 2004-04-15 18:52:57 |
Message-ID: | 873c75cbue.fsf@deneb.enyo.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Chris Bowlby <chris(at)pgsql(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2004-04-15 18:59:01 | Re: signal 11 on AIX: 7.4.2 |
Previous Message | Chris Bowlby | 2004-04-15 18:34:01 | sql_sizing |