Extension for file management under postgres

From: A J <s5aly(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Extension for file management under postgres
Date: 2010-11-29 16:49:59
Message-ID: 299295.96835.qm@web120001.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Does anyone know of a module for postgres that can do metadata management in
postgres but actual storage of binary objects in filesystem ?
Not really using Postgres large object but want to just do the metadata
management with postgres. Example, need to store file
name/size/directory/drive/node in postgres but the actual file in a filesystem.
Also utilities that will all to do file rename (and metadata rename) within a
single transaction. Similarly file delete or file copy as well.
Also maybe webdav or ftp extensions to do get/put from web front. (the metadata
would be from postgres and actual object from filesystem)

This sounds like a typical exercise and don't want to reinvent if the code is
already out there.

many thanks ! -AJ

Browse pgsql-admin by date

  From Date Subject
Next Message 100-eti 2010-11-29 20:23:03 Re: Postgres service won't start, doesn't log any errors
Previous Message Evan Sarmiento 2010-11-29 15:24:02 LDAP AUTH / IDENT question