Jeff Peck
Jeff Peck

Reputation: 21

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 to do this on Linux.

Thanks in advance, Jeff

Upvotes: 1

Views: 1748

Answers (1)

Magnus Hagander
Magnus Hagander

Reputation: 25128

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 :)

Upvotes: 2

Related Questions