Is there a direct way to find out from which file a restore was done from an sql dump file into a database in pgadmin 4 user interface?
It would be nice to have a postgresql command (like select * from pg_database), but psql would also be fine.
So far I found that in the Comment of Create->Database Menu, the user can complete the dump file name, and then in psql the description can be found with the \l+ command.