問題タブ [pgadmin-4]

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.

0 投票する
1 に答える
5173 参照

postgresql - pgAdmin 4のデフォルトサーバーに接続できません

pgAdmin-4 をインストールしたばかりで、それがインストールされているデフォルト サーバー (PostgreSQL 9.5) に接続しようとしています。パスワードを要求します(デフォルトでは「postgres」だと思います)が、次のメッセージを受け取り続けます:

could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?

私はWindows 7で作業しています。

この問題を解決する方法についてのアイデアはありますか?

0 投票する
1 に答える
474 参照

postgresql - pgadmin4を使用してコピークエリを使用してpostgresqlにインポートするときに、同じ主キーを挿入する代わりに更新します

タイトルが示すように、フィールド food_id(PK) と food_name を持つテーブル フードがあります。私はすでにこのデータをテーブルに持っています

そして私のcsvで

重複した PK がない場合、これは私のクエリです

しかし、food1 をリンゴからリンゴに更新し、0000004|バナナと 0000005|グレープを挿入したいですか?

出来ますか?