summaryrefslogtreecommitdiff
path: root/FILELIST
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-13 13:37:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-13 13:37:05 +0200
commitf2966a5584e200f3f9586995c6c0480ed7f00dd3 (patch)
treec2603a9887b2a4407eba9387deb977366cf72898 /FILELIST
parent9bf02421bb54bb832de86b28f382048abb9e64ff (diff)
downloadpgfuse-f2966a5584e200f3f9586995c6c0480ed7f00dd3.tar.gz
pgfuse-f2966a5584e200f3f9586995c6c0480ed7f00dd3.tar.bz2
small cleanups
Diffstat (limited to 'FILELIST')
-rw-r--r--FILELIST6
1 files changed, 6 insertions, 0 deletions
diff --git a/FILELIST b/FILELIST
new file mode 100644
index 0000000..ca57cd6
--- /dev/null
+++ b/FILELIST
@@ -0,0 +1,6 @@
+schema.sql - create schema for PgFuse in PostgreSQL database
+clean.sql - remove data and schema from PostgreSQL database
+config.h - global limitations of the program
+pgfuse.c - main and hooks for FUSE operations
+pgsql.c - implementation of PostgreSQL access functions
+pgsql.h - header file of PostgreSQL access functions