Re: problems updating table

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: problems updating table
Дата
Msg-id 20021212133403.E11714-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на problems updating table  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Список pgsql-general
On Thu, 12 Dec 2002, Johnson, Shaunn wrote:

> test=> update sys_users set "username"='MARISSA' where "username"='marissa';
> ERROR:  hmp_mbrhlth: Permission denied.
>
> test=> \dt hmp_mbrhlth
>       List of relations
>     Name     | Type  | Owner
> -------------+-------+-------
>  hmp_mbrhlth | table | hmp
>
> [/snip error]
>
>
> I've done this before and I believe I'm using the correct
> syntax.  I've even tried to get brave and do it as 'postgres'
> and I still have errors.
>
> What am I missing?

How are sys_users and hmp_mbrhlth defined?  Specifically, are there
any triggers, rules or foreign keys potentially involved?


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

Предыдущее
От: Jean-Luc Lachance
Дата:
Сообщение: CLUSTER command
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: [PERFORM] CLUSTER command