How i can use pg_restore command to restore a dump residing on a github repo?
I used pg_restore but it does not work:
pg_restore -d postgres < https://github.com/someuser/somerepo/blob/somebranch/dump.sql
Is this possible with pg_restore?