Forum OpenACS Development: Posible problem in Evaluation with PostgreSQL?

Is right the next query?

<fullquery name="cr_write_content.write_lob_content">
      <querytext>
          select lob as content
          from cr_revisions
          where revision_id = :revision_id
      </querytext>
</fullquery>

In Oracle this query is :
    select content
    from cr_revisions
    where revision_id = $revision_id

I seen the query in packages/acs-content-repository/tcl/revision-procs-postgres.xql

Collapse
Posted by Luis Ig. Bacas on
I need more cafeine. I suppose the problem really is in Content Repository Package.