summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-15 15:27:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-15 15:27:31 +0200
commit30b23afb5fca43110f09201897742c378eccb285 (patch)
tree3a584c9e708e5ecd09357fa8415b916a694d33a3 /INSTALL
parent8f92530fd96cadff64fabc711c6b523ffb27fe29 (diff)
downloadpgfuse-30b23afb5fca43110f09201897742c378eccb285.tar.gz
pgfuse-30b23afb5fca43110f09201897742c378eccb285.tar.bz2
added statsfs patch from Роман Бородин
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 95af27d..8618f7a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,6 +25,10 @@ Installation
* Initialize the database schema (as user using fuse)
psql -U someuser somedb < schema.sql
+
+* Create special function (as PostgreSQL superuser)
+
+ psql somedb < function.sql
* Mount the FUSE filesystem