diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-11-28 21:56:19 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-11-28 21:56:58 -0500 |
commit | 7260a0d00a5365bc3e49dc8913465428da2c38b2 (patch) | |
tree | 7825ef111e71a51e4bb01babf8e38c2342b026e2 /src/tools/msvc/README | |
parent | 43dc4adf58ff1c342c2888feda75313230f5a658 (diff) | |
download | postgresql-7260a0d00a5365bc3e49dc8913465428da2c38b2.tar.gz |
Document that perl needs to be indented during the pgindent run.
Diffstat (limited to 'src/tools/msvc/README')
-rw-r--r-- | src/tools/msvc/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/msvc/README b/src/tools/msvc/README index 58e266e11f..b8dd488b6f 100644 --- a/src/tools/msvc/README +++ b/src/tools/msvc/README @@ -9,12 +9,6 @@ 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 - Notes about Visual Studio Express --------------------------------- To build PostgreSQL using Visual Studio Express, the Platform SDK |