diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 2 | ||||
-rw-r--r-- | src/tools/pgindent/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index e147e86b7b4..e3a6c9982ad 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -672,7 +672,7 @@ /* Define to 1 to build with XML support. (--with-libxml) */ #undef USE_LIBXML -/* Define to 1 to use XSLT support when building /contrib/xml2. +/* Define to 1 to use XSLT support when building contrib/xml2. (--with-libxslt) */ #undef USE_LIBXSLT diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index fa05274f21e..58a0ca2fd9f 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -7,7 +7,7 @@ To use pgindent: 2) Install to /usr/local/pgsql -3) Install all /contrib modules +3) Install all contrib modules 4) Save a list of typedefs by running: |