Index: openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql 13 Apr 2007 10:23:25 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ - - - - postgresql7.1 - - - - - , content as text - - - - - - - - select 't' from cr_revisions r, cr_items i - where r.revision_id = :revision_id - and i.item_id = r.item_id - and ((r.content is not null and i.storage_type in ('text','file')) or - (r.lob is not null and i.storage_type = 'lob')) - - - - -