Some installation notes.
authorMarko Kreen <markokr@gmail.com>
Tue, 16 Mar 2010 21:33:38 +0000 (23:33 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 16 Mar 2010 21:33:38 +0000 (23:33 +0200)
README

diff --git a/README b/README
index 670c072749f6cdea190a35f465d5eb013017504e..a837ddcc3daa4c9178e9d694a0cf8773e5de9a73 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 
-PL/Proxy 2.0
-============
+PL/Proxy 2
+==========
 
 Sven Suursoho & Marko Kreen
 
@@ -17,3 +17,14 @@ To run regression tests:
 
        $ make installcheck
 
+Notes:
+
+* Encoding regression test fails if the Postres instance is not created with C locale.
+  It can be considered expected failure then.
+
+* Location to pg_config can be set via PG_CONFIG variable:
+
+       $ make PG_CONFIG=/path/to/pg_config
+       $ make install PG_CONFIG=/path/to/pg_config
+       $ make installcheck PG_CONFIG=/path/to/pg_config
+