did not find any relation for existing table - Mailing list pgsql-general

From Sinead O Brien
Subject did not find any relation for existing table
Date
Msg-id BAY18-F395C3D35DFE0207F0EE71DB460@phx.gbl
Whole thread Raw
Responses Re: did not find any relation for existing table
Re: did not find any relation for existing table
List pgsql-general
Hello

I am receiving a "did not find any relation" error in pgsql for a table
which I know exists.  The outputs from the commands are as follows

cdx_post=# \d history.client;
Did not find any relation named "history.client".

cdx_post=# \dt history.clien*
             List of relations
Schema  |      Name       | Type  | Owner
---------+-----------------+-------+-------
history | client          | table | pgsql
history | client_activity | table | pgsql
history | client_flag     | table | pgsql

cdx_post=# \d history.clien*
                                   Table "history.client"
             Column             |              Type              |
Modifiers--------------------------------+--------------------------------+--------------------------
order_id                       | integer                        | not null
history_id                     | integer                        | not null
active                         | boolean                        |
client_id                      | character varying(32)          | not null

So, the table is there, but I can't access it using its name.  Any
suggestions would be greatly appreciated.

Thank you and Regards,
Sinead O Brien

_________________________________________________________________
Message offline contacts without any fire risk!
http://www.communicationevolved.com/en-ie/


pgsql-general by date:

Previous
From: "Martin Gainty"
Date:
Subject: Re: shmget fails on OS X with proper settings
Next
From: Raymond O'Donnell
Date:
Subject: Re: did not find any relation for existing table