I have installed postgresql 9.3 on ubuntu 14.04 using “apt-get install postgresql”.
Everything was going well until I discovered that I do not have access to the “pg_ctl” commands. Installing the postgres-xc literally breaks postgresql server. The package links become broken. I cannot re-install and have had to revert my VM and keep working without pg_ctl.
My question is, to get access to this package, should I start from scratch or uninstall and re-install postgresql?
What should I have installed in the first place?
Alternatively, is there something wrong with my path?
(I am new to postgresql and have been tossed into it for work purposes)