Hello!
First I have to say, that I'm quite a beginner at postgres and databases.
I mainly play on my notebook at the place where I study. I configured Postgres that It stores the databases on an external hard drive according to this thread: viewtopic.php?f=15&t=12136&p=56628&hilit=performance+tuning#p56628
So my data is all in this pg_data directory on the external drive. Postgres is normally installed under C:/ProgramFiles...
It works all fine. Now i wondered if it is possible to use this same database also when I am at home at my normal computer? I would like to configure Postgres that way that I can also connect the external drive to my home computer, but I don't know how to set it up that postgres "sees" this databases created with "another postgres" (from my notebook). Is this possible or do I have to use another db on my home computer?
greetings goofkiller