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 -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql 7 Jul 2003 12:25:53 -0000 1.3 +++ openacs-4/packages/acs-content-repository/tcl/item-procs-postgresql.xql 25 Sep 2003 18:59:10 -0000 1.4 @@ -3,6 +3,38 @@ postgresql7.1 + + + + select content_item__get_title(:item_id, 'f') + + + + + + + + select content_item__is_publishable(:item_id) + + + + + + + + , content as text + + + + + + + + select content_item__get_id(:url $root_sql) + + + +