| From: | Kuckuck Kuckuck <gentoopower(at)yahoo(dot)de> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Problems changing column attribute |
| Date: | 2006-11-07 10:36:54 |
| Message-ID: | 20061107103654.2835.qmail@web26004.mail.ukl.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
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?
Thanks St.
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andy Shellam (Mailing Lists) | 2006-11-07 13:12:53 | Checkpoint Location Format |
| Previous Message | adey | 2006-11-07 08:01:55 | Re: How do I adjust max_fsm_pages |