I am getting the error of:
pg_restore: [archiver (db)] Error while INITIALIZING:
pg_restore: [archiver (db)] could not execute query: ERROR: unrecognized configuration parameter "idle_in_transaction_session_timeout"
Command was: SET idle_in_transaction_session_timeout = 0;
when i am trying to restore the data using
pg_restore -h 172.16.0.70 -U postgres -d newdb05aug19 -1 dirfrmt;
The postgres version is PostgreSQL 9.3.23
The pg_dump version is pg_dump (PostgreSQL) 9.3.23
The pg_restore version is pg_restore (PostgreSQL) 9.3.23
pg_dumpused to create the dump, the version ofpg_restoreused and the version of the PostgreSQL server.