Trying to set constraint - new primary key in table, but getting an error: column "amgettuple" does not exist (pgadmin3)
Install pgAdmin 4. pgAdmin III was supported up to 9,5 version I think.
I am also using pgAdmin 3 and got that error. I fixed it by using the Query Tool:
ALTER TABLE table_name
ADD primary key (column_name);