Chris Bowlby <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to