postgresql - Query field is disabled in edit mode in pgadmin 4 -


as title says:

i trying make select statement in "view/edit data" mode in pgadmin 4, query window disabled. how can enable it? (i owner of database, schema , table , have privileges of them)

enter image description here

you cannot edit query in view data mode. if want write custom select/sql code use query tool option.

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -