Index: openacs-4/packages/survey/tcl/survey-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/tcl/survey-procs-postgresql.xql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 17 May 2003 12:30:26 -0000 1.7 +++ openacs-4/packages/survey/tcl/survey-procs-postgresql.xql 3 Sep 2024 15:37:54 -0000 1.8 @@ -3,7 +3,7 @@ postgresql7.1 - + SELECT survey_question__new ( NULL, @@ -22,13 +22,13 @@ - + select survey_choice_id_sequence.nextval as choice_id - + select count(distinct survey_response__initial_user_id(response_id)) from @@ -38,7 +38,7 @@ - + select r.initial_response_id, r.responding_user_id, r.response_id, u.first_names || ' ' || u.last_name as user_name, @@ -54,7 +54,7 @@ - + select count(distinct survey_response__initial_user_id(response_id)) from @@ -63,7 +63,7 @@ - + select survey__new ( NULL, @@ -83,7 +83,7 @@ - + select survey_section__new ( NULL,