
February 1st, 2013, 02:19 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 41 m 3 sec
Reputation Power: 0
|
|
|
Postgresql newbie, question about "initdb"
I am using Debian and my Postgresql was installed through the Debian package during the Debian installation.
Everything should be in default settings, after searching from google, the data directory is Quote: | /var/lib/postgresql/8.4/main |
Then I type initdb -s to show the internal settings for reference. But it show me Quote: | initdb: no data directory specified |
So, I follow the instructions at "postgresql.org/docs/8.4/interactive/creating-cluster.html" (sorry,new guys can't use url link, this site rule, add www. at the front pls) and try initdb -s again, but give me the same result.
|