projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8014b00
)
Remove PGXS from README
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:42:27 +0000
(
01:42
+0200)
committer
CΓ©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
patch
|
blob
|
blame
|
history
diff --git
a/README.rst
b/README.rst
index 5f6b4105c06cdf99cb7ac3f88eebdb2651bdde31..1811b88a67147f7f8a2c74780229810638c32d48 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-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::