How i can use pg_restore command to restore a dump residing on a github repo?
08:51 07 Nov 2022

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?

postgresql pg-restore