Windows 10 にローカルの PosgreSQL 11 をダウンロードしました。
コマンド ライン ウィンドウで psql のディレクトリを c:\Program Files\PostgreSQL\11\bin> に変更しようとしています。
無効なコマンドが表示されるか、ディレクトリが存在しません
フォローしてみました
postgres=# cd c:\Program Files\PostgreSQL\11\bin
Invalid command \Program. Try \? for help.
postgres-# \cd c:\Program Files\PostgreSQL\11\bin
Invalid command \Program. Try \? for help.
postgres-# \cd..
Invalid command \cd... Try \? for help.
postgres-# \cd ..
postgres-# \cd Program Files
\cd: could not change directory to "Program": No such file or directory
pwdが認識されないため、現在のディレクトリについてもわかりません:
postgres-# \! pwd
'pwd' is not recognized as an internal or external command,
operable program or batch file.
よろしくお願いします
更新:現在のディレクトリを確認する方法を考え出しました\! cd
この方法でコマンドを実行しようとしました\! C:\>cd C:\Program Files\PostgreSQL\11\bin
私は得る:
postgres-# \! C:\>cd C:\Program Files\PostgreSQL\11\bin
Access is denied.