I appreciate all of the thoughts offered so far.
Perhaps I am totally backwards, or maybe Postgres really doesn't make any sense.
Where exactly do I do an initdb? (Postgres for Windows) so that I can change the location of where Postgres stores it's databases.
Is this done from the "command prompt", "psql to 'postgres'" or within "pgAdmin III".
I've read what few tutorials are out there on how to initialize a database, but nobody ever starts with a quick note about WHERE to type these commands, they just say, type them. I could type them in Notepad, but that's not going to do me any good, right?
Also, how do I change what user I am logged in as (chuser?), apparently there are some functions such as 'initdb' that seem to be very administratorial in their nature, but against all logic (I guess I understand the security justification for this way of doing things), I must actually login as an "UNprivledged user", in order to do an initdb? CRAZY!!?
So, where do I change who I am logged in as.
In short, I want to:
- Log into windows with the correct account
(is that Admin or Guest?)
- Open up the correct program
(is that "command prompt", "psql to
'postgres'" or "pgAdmin"?)
- Type the correct command to give me the correct
privileges to run "initdb" command.
- Type the correct command ("initdb"?) to setup all
future databases ("cluster?") in "E:/WhackoSQL/".
Any help?