summaryrefslogtreecommitdiff
path: root/pgfuse.1
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-20 08:32:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-20 08:32:41 +0200
commitc6ed5885ba8841a746c98a79635998c8890e73f1 (patch)
tree6d3ca9a01703fcdf892e1a00a1482613b26bea0f /pgfuse.1
parent0ea77430477d3c93173b7a16b44e6f6d9743ec0b (diff)
downloadpgfuse-c6ed5885ba8841a746c98a79635998c8890e73f1.tar.gz
pgfuse-c6ed5885ba8841a746c98a79635998c8890e73f1.tar.bz2
updated some documentation
changed pool db connection allocation strategy
Diffstat (limited to 'pgfuse.1')
-rw-r--r--pgfuse.19
1 files changed, 3 insertions, 6 deletions
diff --git a/pgfuse.1 b/pgfuse.1
index 4e5413c..f1b8ccc 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -1,4 +1,4 @@
-.TH PgFuse "1" "04/18/2012" "PGFUSE" "User Commands"
+.TH PgFuse "1" "04/20/2012" "PGFUSE" "User Commands"
.SH NAME
PgFuse \- FUSE-based file system with a PostgreSQL storage backend
.SH SYNOPSIS
@@ -73,15 +73,12 @@ PostgreSQL database.
.TP
- no mknod support
.TP
-- doesn't run multi-threaded currently (always give the -s option!)
-.TP
- no rename supported
.TP
- no support for extended attributes and ACLs
.TP
-- only auto-commit transactions currently, so parallel access from
-other clients of the same database may see incomplete data
-.TP
- tested on Linux only currently
+.TP
+- no self-containment properties in respect to the database
.SH AUTHOR
PgFuse has been written by Andreas Baumann <abaumann@yahoo.com>