From 165a05e98fd4bf5acb97b275c43de2d3d7bbd628 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 30 Sep 2012 20:16:52 +0000 Subject: [PATCH] Expanded the install directions slightly. --- postgres/README | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/postgres/README b/postgres/README index bbf7694..678e63c 100644 --- a/postgres/README +++ b/postgres/README @@ -30,16 +30,24 @@ Compiles with the usual postgres addon infrastructure. 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 -Or as a postgres extension: -create extension pduuid; - 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: -- 2.40.0