Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pgadmin 4, cannot find "edit data"

Tags:

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

I just installed postgreSQL 9.6.2 with pgAdmin 4, but could not find the option shown in pgAdmin 3, which you can click to have an excel-like window where you can add and update data in a table without using SQL language (as per @KarelG). Does anyone know whether it stills exist in postgreSQL 9.6.2 with pgAdmin 4? Thanks.

like image 459
Carol Liu Avatar asked May 10 '17 04:05

Carol Liu


People also ask

How do you edit data in pgAdmin4?

To view or modify data, right click on a table or view name in the Browser tree control. When the context menu opens, use the View/Edit Data menu to specify the number of rows you would like to display in the editor panel. To modify the content of a table, each row in the table must be uniquely identifiable.

How do I manually add data to pgAdmin 4?

Expand your table properties by clicking on it in the pgAdmin4 legend. Right-click on 'Constraints', select 'Create' --> 'Primary Key'to define a primary key column. On the Data Output tab at the bottom of the table below the last row, there will be an empty row where you can enter new data in an excel-like manner.

How do I enable query Editor in pgAdmin 4?

If you want to edit the query, simply click you the table and then from Tools in the menu bar click on the Query Tool that will allow you to make edition to the query.

How do you make a table editable in pgAdmin 4?

To edit table comment in Properties tab click edit icon to open table editor. or right click table and choose Properties... option. In table editor update Comment field and confirm with Save button.


1 Answers

After editing the data, simple click on Save Data Changes (F6) icon.

Save Data Changes (F6) icon

like image 170
nmkyuppie Avatar answered Oct 02 '22 18:10

nmkyuppie