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
quanzongli...@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to