|
Home > Archive > PostgreSQL Administration > November 2006 > Problems changing column attribute
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems changing column attribute
|
|
| Kuckuck Kuckuck 2006-11-07, 7:18 pm |
| Hi folks, I have been breaking my head over this.
I logg in as testuser via pgadmin.
I create a table as user 'testuser' added some columns, one of them for example is name: 'testcolumn' type: varchar length: 50
Now I'dlike to change testcolumn's length to 60, as user 'testuser' I'm not allowed to change it and pgadmin tells me that I don't have the rights to change relation pg_attribute.
If I change the length of 'testcolumn' from an admin account it works. Now I granted all priviliges for this table to user 'testuser' via the admin account, but still I cannot change the length if I log in with 'testuser'.
Is there any chance to grant some user (in my case 'testuser') the right to change attributes, without making him superuser?
Thanks St.
____________________
____________________
___________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo..de
| |
| Jim C. Nasby 2006-11-09, 5:32 am |
| On Tue, Nov 07, 2006 at 10:36:54AM +0000, Kuckuck Kuckuck wrote:
> Hi folks, I have been breaking my head over this.
> I logg in as testuser via pgadmin.
> I create a table as user 'testuser' added some columns, one of them for example is name: 'testcolumn' type: varchar length: 50
> Now I'd like to change testcolumn's length to 60, as user 'testuser' I'm not allowed to change it and pgadmin tells me that I don't have the rights to change relation pg_attribute.
>
> If I change the length of 'testcolumn' from an admin account it works. Now I granted all priviliges for this table to user 'testuser' via the admin account, but still I cannot change the length if I log in with 'testuser'.
>
> Is there any chance to grant some user (in my case 'testuser') the right to change attributes, without making him superuser?
Can you reproduce this using psql? If you can, please provide us a
complete test case so others can look at it. If not, you'll need to post
on the pgAdmin list.
--
Jim Nasby jim@nasby.net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
|
|
|
|
|