Re: Can't edit rows - Mailing list pgadmin-support

From Quan Zongliang
Subject Re: Can't edit rows
Date
Msg-id 20090112225916.3E19.4125B4E5@gmail.com
Whole thread Raw
In response to Can't edit rows  ("Roman Uhlig Maxity.de" <roman.uhlig@maxity.de>)
Responses Re: Can't edit rows
List pgadmin-support
Hi, Roman

Can you supply more detailed info?

Database version
Table privileges
Which component? (I suppose it is EditGrid. right?)
What occurred? (the cell is readonly or get a error message?)

I had tried to create some tables that the foreign key reference to.
Like:
CREATE TABLE knve_type
( id serial NOT NULL, typename character varying(20), CONSTRAINT knve_type_pkey PRIMARY KEY (id)
)
The table knve_instance can be edited and get a error message when tried
to insert row (It's normal as I don't insert anything to knve_type).
If the role don't be given insert privilege, the cells can be edited and
get a no-permisson error message (It's normal, also).

-----------------------------------------------
Quan Zongliang
quanzongliang@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn



pgadmin-support by date:

Previous
From: "Roman Uhlig Maxity.de"
Date:
Subject: Can't edit rows
Next
From: Laurent ROCHE
Date:
Subject: Re : Feature request: pgdump and version number / -i option