Remove PGXS from README
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:42:27 +0000 (01:42 +0200)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:42:27 +0000 (01:42 +0200)
PGXS does not need to be set anymore.

README.rst

index 5f6b4105c06cdf99cb7ac3f88eebdb2651bdde31..1811b88a67147f7f8a2c74780229810638c32d48 100644 (file)
@@ -43,10 +43,10 @@ INSTALL
 
 From source code:: 
 
-  make USE_PGXS=1 clean
-  make USE_PGXS=1
+  make clean
+  make
   su
-  make USE_PGXS=1 install
+  make install
 
 For PostgreSQL >= 9.1, log in your database and::