Index: openacs-4/packages/faq/www/admin/q-and-a-new-2-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/Attic/q-and-a-new-2-postgresql.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/faq/www/admin/q-and-a-new-2-postgresql.xql 27 Jul 2021 09:32:56 -0000 1.1.2.1 @@ -0,0 +1,24 @@ + + + + postgresql7.1 + + + + select faq__new_q_and_a ( + :entry_id, + :faq_id, + :question, + :answer, + :sort_key, + 'faq_q_and_a', + now(), + :user_id, + :creation_ip, + :faq_id + ); + + + + +