From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: problems updating table |
Date: | 2002-12-12 21:36:16 |
Message-ID: | 20021212133403.E11714-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Luc Lachance | 2002-12-12 21:40:24 | Re: [PERFORM] CLUSTER command |
Previous Message | Jean-Luc Lachance | 2002-12-12 21:31:46 | CLUSTER command |