Thread: Re: Pgadmin 4 cannot add or modify line in a view

Re: Pgadmin 4 cannot add or modify line in a view

From
Usman Khan
Date:

Can you please elaborate your requirement a bit more?
The result grid is usually non editable for views. You can edit table data to reflect values in view.

Note : adding pgadmin-hackers for more guidance.


On Thu, May 30, 2024 at 7:25 PM intmail01 <intmail01@gmail.com> wrote:
Hi,
I tried to modify and add manuallly a line in a view with pgadmin4 but the interface doesnt allow it because cells are locked and no empty line to add new one.
The same issues for Libreoffice Base interface.

If I do the operation with command UPDATE then it works well .
How to permit pgadmin4 to not lock the interface ?

I run postgresql 14.1.

Thanks