Skip to content

Commit

Permalink
The changes in src/handler/Makefile mean PGXS is the default, so no
Browse files Browse the repository at this point in the history
need to specify it when invoking 'make'.
  • Loading branch information
David Fetter committed Dec 7, 2009
1 parent e07cd49 commit 05d3f14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions HOWTO
@@ -1,13 +1,12 @@

You will need to have a Postgres database instance running (8.x) with the plpgsql PL language installed:
You will need to have a Postgres database instance running (8.2x, 8.3x, 8.4x, 8.5x) with the plpgsql PL language installed:

cd ~/postgresql
initdb test
createlang plpgsql test

cd ~/git/plparrot
cd src/handler
make USE_PGXS=1
cd ~/git/plparrot/src/handler
make
cd ../..
psql testdb < t/test.sql

0 comments on commit 05d3f14

Please sign in to comment.