aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/README
blob: 71d6f7d1d6b505d6c5571398edfdc713efe74e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This directory contains the tools required to build PostgreSQL using
Microsoft Visual Studio 2005. This builds the whole backend, not just
the libpq frontend library. For more information, see the documentation
chapter "Installation on Windows".


Notes about code indention
--------------------------
If the perl code is modified, use perltidy on it since pgindent won't
touch perl code. Use the following commandline:
perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm