Is there a way to show the SQL query executed by phpPgAdmin as the way phpMyAdmin does?
For example, if I modify a column, it should show the ALTER
command being executed.
If this is not possible, what other interface could I use to get this feature?