
February 27th, 2013, 07:16 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Location: rural Nevada
Posts: 6
Time spent in forums: 1 h 54 m 15 sec
Reputation Power: 0
|
|
|
Why do I have postgres-xc?
I'm just taking the plunge into Postgresql. I'm using Kubuntu, and after reading the documentation as carefully as I could, I used the Muon Package Manager to download Postgresql 9.1.8
When I attempted to use initdb for the first time, the error message I got was:
initdb: Postgres-XC node name is mandatory
This was nowhere in the site documentation, so I figured there must be some Ubuntu quirk at work. I uninstalled everything, including the postgresql and postgres-xc folders that I found in /usr/...
Then I got the 9.2.3 source code and installed using ./configure --with-python --enable debug. I built it with make world
Once again, I use initdb for the first time, and I get the same message.
I've got nothing against postgres-xc. I'm sure it's a wonderful tool, but from the limited reading I've done so far it seems to be for very large high-performance installations. I'm just a newbie trying to learn the basics, and I want to be able to use the standard documentation without some advanced add-on with its own idiosyncracies.
Is there some way I can get rid of postgres-xc and leave myself with a more standard installation?
|