問題タブ [postgresql-copy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - pgadmin4 を使用して postgresql で \copy を使用する方法
\copy
コマンドを使用して、相対パスで csv ファイルを作成したいと考えています。テスト テーブルから test.csv という名前の csv ファイルへのクエリを使用しました
しかし、postgresql pgadmin4 では、その\copy
コマンドを構文エラーとして表示し ('\copy' という単語の下に下線があります)、以下のようなメッセージを表示します。
どうすればこの問題を解決できますか?