Re: did not find any relation for existing table

From: "Sinead O Brien" <reapersoul(at)hotmail(dot)com>
To: prashant(dot)ranjalkar(at)gmail(dot)com
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-general(at)postgresql(dot)org
Subject: Re: did not find any relation for existing table
Date: 2007-05-07 13:23:01
Message-ID: BAY18-F202B91838372E8DFE93D23DB450@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>
>Please check the output of the below query.
>
>select tablename,schemaname from pg_tables where schemaname='history';
>
>I assume that the table might have created under public schema. Please
>check
>the output of the above query and if the output consists of public in place
>of schemaname column then the object is residing in public schema not in
>history schema.
>

cdx_post-# select tablename,schemaname from pg_tables where
schemaname='history';
tablename | schemaname
------------------------------+------------
client | history

Thanks for the suggestion though (-:

_________________________________________________________________
Share folders without harming wildlife!
http://www.communicationevolved.com/en-ie/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2007-05-07 13:33:21 Re: shmget fails on OS X with proper settings
Previous Message Isak Hansen 2007-05-07 12:50:42 Re: shmget fails on OS X with proper settings