Re: Can't edit rows

Поиск
Список
Период
Сортировка
От Quan Zongliang
Тема Re: Can't edit rows
Дата
Msg-id 20090112225916.3E19.4125B4E5@gmail.com
обсуждение исходный текст
Ответ на Can't edit rows  ("Roman Uhlig Maxity.de" <roman.uhlig@maxity.de>)
Ответы Re: Can't edit rows  (Roman Uhlig <roman.uhlig@knve.de>)
Список 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 по дате отправления:

Предыдущее
От: "Roman Uhlig Maxity.de"
Дата:
Сообщение: Can't edit rows
Следующее
От: Laurent ROCHE
Дата:
Сообщение: Re : Feature request: pgdump and version number / -i option