Index: openacs-4/packages/cms/tcl/content-method-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/content-method-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/cms/tcl/content-method-procs-postgresql.xql 25 Feb 2004 17:50:55 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ - - - - postgresql7.1 - - - - - select - content_method - from - cm_content_methods m - where - content_method = content_method__get_method (:content_type ) - $text_entry_filter - - - - - - - - - select - label, content_method - from - cm_content_methods m - where - m.content_method = content_method__get_method( :content_type ) - $text_entry_filter - - - - - -