Version : pgAdmin 4 v4.2 (relase)
OS : Windows 7
Browser : Firefox 65

Hello

I have a table with varchar primary key ,  when i try to delete a selected row by using the trash icon  in "view/edit data mode" and if the primary key contains %

Pgadmin display this message

"'dict' object does not support indexing"

 i can delete the row in a standard sql query "DELETE FROM <table> where id_column = '%_id'  "

--

Raphaël

Reply via email to