まず、pgadminとpostgresqlに比較的慣れていない私
そのため、pgadminを使用してプレーンテキストでバックアップを作成し、必要なデータを1つのテーブルからlodgingというファイルにダンプします。ライブサーバーのplans_to_lodgeテーブルからのものです。今、新しいWebアプリケーションのフロントエンドをテストするために、それをpg_restoreしたいのですが、これが私が得たものです
> pg_restore -h localhost -d TestingDatabase2 -t lodging_of_plans -n plan_authentication "C:\lodging"
pg_restore: [archiver] could not open input file "C:\lodging": No such file or directory
ドキュメントはテーブルの復元の例を示していません。はい、ファイルはCドライブのその場所にあります