]> pd.if.org Git - uuid/commitdiff
Expanded the install directions slightly.
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 30 Sep 2012 20:16:52 +0000 (20:16 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 30 Sep 2012 20:16:52 +0000 (20:16 +0000)
postgres/README

index bbf7694a78ddaaae5edee2e59158dcb6ccb387d1..678e63cef759c9855a4ad469dade234e7425cecc 100644 (file)
@@ -30,16 +30,24 @@ Compiles with the usual postgres addon infrastructure.
 make
 make install
 
 make
 make install
 
+The 'make install' step will need sufficient privileges to write
+to the Postgres extension directory, so 'sudo make install'
+might be needed.
+
+Installation can be done via the usual Postgres extension mechanism.
+create extension pduuid;
+
+The extension is re-locatable, so you can specify a schema if you
+like.
+
 Installation can be done manually with:
 
 psql -f uuid.sql
 psql -f uninstall-uuid.sql
 
 Installation can be done manually with:
 
 psql -f uuid.sql
 psql -f uninstall-uuid.sql
 
-Or as a postgres extension:
-create extension pduuid;
-
 A pure postgres implementation is also supplied of just the generation
 A pure postgres implementation is also supplied of just the generation
-functions in purepguuid.sql.
+functions in purepguuid.sql, though this is very inefficient, feature
+incomplete, and untested.  It's there if you need it though.
 
 Generation Functions:
 
 
 Generation Functions: