relation does not exist

Поиск
Список
Период
Сортировка
От Robert Morgan
Тема relation does not exist
Дата
Msg-id 4096F754.1010501@ihug.co.nz
обсуждение исходный текст
Ответы Re: relation does not exist  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-novice
Trying to run this query:

    UPDATE tblMonitor SET Make = 'Phillips' WHERE Make = 'Ph*';

get the error message that " Error:  relation "tblMonitor" does not exist"

yet when I look at the relations it is there.

               List of relations
 Schema |         Name         | Type  | Owner
--------+------------------+------+------
 public | UpdatePC's           | table | bob
 public | lkpBuildings           | table | bob
 public | lkpCPU                 | table | bob
.......

public | tblWorkstation        | table | bob
(23 rows)


Bob




В списке pgsql-novice по дате отправления:

Предыдущее
От: Martin Hampl
Дата:
Сообщение: Re: Query does not use index
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: relation does not exist