Postgresql WAL on Windows
I'm running Postgres 8.4 on Windows XP and I'm wondering if it is possible to move the WAL to a different disk? I have looked all over the place and can only find documentation on how t开发者_JS百科o do this on Linux.
Thanks in advance, Jeff
Yes. You can create a windows symbolic link, which is called a "junction point" to do that. There are articles on google/wikipedia that will tell you how to create those :)
精彩评论