开发者

How to start postgresql bundle

开发者 https://www.devze.com 2023-02-23 05:21 出处:网络
How can I start postgresql from bundle, by googling It says command pg_ctl start [-D D开发者_如何学GoATADIR]

How can I start postgresql from bundle, by googling It says command

pg_ctl start [-D D开发者_如何学GoATADIR]

but what path should I give in datadir

no pg_hba.conf or folder nammed data in bundle like in installation


You should probably reference the documentation. You need to run a command or two to initialize things before you can actually start the server.

0

精彩评论

暂无评论...
验证码 换一张
取 消