Re: dictionary?

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Tomeh, Husam" <htomeh(at)firstam(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: dictionary?
Date: 2006-09-22 20:25:25
Message-ID: 20060922202525.GA12074@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


ok, how would I find out the path for any given stuff. How would I
have related sql_features to information_schema having forgot that is
was information_schema?

THX.

On Fri, Sep 22, 2006 at 04:00:17PM -0400, Tom Lane wrote:
> Ray Stell <stellr(at)cns(dot)vt(dot)edu> writes:
> > template1=# \d sql_features
> > Did not find any relation named "sql_features".
>
> That's because it's not in your search_path. This would work:
>
> regression=# \d information_schema.sql_features
> Table "information_schema.sql_features"
> Column | Type | Modifiers
> ------------------+-----------------------------------+-----------
> feature_id | information_schema.character_data |

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2006-09-22 20:32:11 Re: dictionary?
Previous Message Tom Lane 2006-09-22 20:00:17 Re: dictionary?