How do I install just the client tools for PostgreSQL on Windows?

后端 未结 6 458
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 02:16

I have a PostgreSQL database on a Linux system that I want to access from my Windows PC. But the only Windows binaries I have been able to find are the full installer, which

6条回答
  •  無奈伤痛
    2020-12-08 02:43

    As of 2020, when you click download the full installer from here , click next and next and you get the option to install only the command line - tools . Remember to add the path to the bin folder in the PATH variable.

提交回复
热议问题