Perform PostgreSQL Update by PgAdmin without SQL command, but by Interface

1

I need to change some data from my bank PostgreSQL to PgAdmin but I would like it to be straightforward through the PgAdmin interface and not through SQL commands, this is possible. For example when I want to create a new column in a table, the interface itself makes that available to me.

I'vesearchedbutfoundonlyUpdatewaysthroughSQLcommandsandwouldliketoknowifthere'sanywaytomakeitanyeasier.

AttempttochangethroughthepgAdmin4interface:

Step01:

Step02:

Step03:

But I still could not edit the records.

    
asked by anonymous 16.01.2017 / 12:40

1 answer

1

After the help of user @ rray ♦ I was able to solve the problem, the error was in my tables that did not have primary key and for this reason it did not allow to change the records directly through the pgAdmin4 interface

    
18.01.2017 / 12:00