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/


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to