Index: openacs-4/packages/photo-album/www/album-export-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/album-export-postgresql.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/photo-album/www/album-export-postgresql.xql 23 Apr 2006 10:10:56 -0000 1.1.2.1 @@ -0,0 +1,22 @@ + + + + postgresql7.1 + + + + select content + from cr_revisions + where revision_id = :image_id + + + + + + select lob + from cr_revisions + where revision_id = $live_revision + + + +