Pgadmin 4, cannot find "edit data"

I read Q / A "How to insert a row in postgreSQL pgAdmin?" from enter the link here , but for pgAdmin 3.

I just installed postgreSQL 9.6.2 with pgAdmin 4, but could not find the parameter shown in pgAdmin 3, which you can click to have an Excel window in which you can add and update data in a table without using SQL (according to @ KarelG). Does anyone know if this exists in postgreSQL 9.6.2 using pgAdmin 4? Thanks.

+5
source share
1 answer

You can select a table using the right mouse button to select β€œView data” and any of the selected sub-selects.

You can add new rows to the resulting grid.

To save them to the database, use the Save icon with a floppy disk image:

enter image description here

+4
source

All Articles