Linux (commonly pronounced LIH-N?ks in English; variants exist) is a Unix-like computer operating system. Linux is one of the most prominent examples of free software and open source development: typically all underlying source code can be freely modified, used, and redistributed by anyone.
One question I have seen a lot when dealing with PostgreSQL is, "How do I move the physical database location?". IE from /var/lib/postgresql/8.3/main to /database/...
This is pretty easy to do starting with PostgreSQL 8.3.
# vim /etc/postgresql/8.3/main/postgresql.conf
Locate the line data_directory and change that path to your desired new path
cp /var/lib/postgresql/8.3/main/ *
That should do it
Feel free to leave a comment or question
Code block comments
2010-03-19
Added a code block for comments
Windows 7 Items
2009-09-24
new info on windows 7
Snort on Debain Lenny
2009-08-19
Installing snort+PGSQL on Debian