summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 8618f7a..66eb631 100644
--- a/INSTALL
+++ b/INSTALL
@@ -26,10 +26,6 @@ Installation
psql -U someuser somedb < schema.sql
-* Create special function (as PostgreSQL superuser)
-
- psql somedb < function.sql
-
* Mount the FUSE filesystem
pgfuse "user=someuser dbname=somedb" <mount point>