summaryrefslogtreecommitdiff
path: root/pgfuse.1
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-18 09:09:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-18 09:09:43 +0200
commitd0cc5e0f24a961549edb1cbcffc87f9b922a8904 (patch)
tree538c711ac3829c00ef386350f2e7fea0a9069ffc /pgfuse.1
parent729bb2763df82313d1172d591055895830fa2770 (diff)
downloadpgfuse-d0cc5e0f24a961549edb1cbcffc87f9b922a8904.tar.gz
pgfuse-d0cc5e0f24a961549edb1cbcffc87f9b922a8904.tar.bz2
some manpage additions and corrections
Diffstat (limited to 'pgfuse.1')
-rw-r--r--pgfuse.18
1 files changed, 7 insertions, 1 deletions
diff --git a/pgfuse.1 b/pgfuse.1
index 2f8acd0..82bd455 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -60,7 +60,10 @@ Options are the normal FUSE options plus the special PgFuse options:
.TP
\fB-o\fR ro (default="")
The default is to mount the filesystem read-writable. This can be
-overrules to allow only read-operations.
+overruled to allow only read operations.
+.SS "FUSE/Mount options"
+For a list of possible mount and FUSE options consult the manpage
+of \fBmount\fR and the README file of the \fBfuse\fR source package.
.SH DESCRIPTION
PgFuse is a FUSE filesystem which stores inodes and data into a
PostgreSQL database.
@@ -75,5 +78,8 @@ PostgreSQL database.
- 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
.SH AUTHOR
PgFuse has been written by Andreas Baumann <abaumann@yahoo.com>