postgresql - PgAdmin 4: Cannot edit rows from one table -


something strange happening new created tables in postgres, can add data them, cannot use pgadmin edit row.

this table columns description:

table columns

after executing query view table rows can see:

right click @ table

at data output

save button disabled update table rows. happening new created tables, can see, have other tables i'm able edit rows, example @ table of users:

other table able edit data

found problem! happening, because didn't select of columns 'primary key':

table columns description updated


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -