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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -