Index: openacs-4/packages/acs-tcl/tcl/acs-db-12-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/acs-db-12-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-tcl/tcl/acs-db-12-procs.tcl 22 Feb 2022 11:24:10 -0000 1.1.2.4 +++ openacs-4/packages/acs-tcl/tcl/acs-db-12-procs.tcl 7 Feb 2023 17:27:02 -0000 1.1.2.5 @@ -246,7 +246,7 @@ return {} } - set definitions [::acs::dc list_of_lists -dbn $dbn get_all_package_functions { + set definitions [::acs::dc list_of_lists -dbn $dbn dbqd..get_all_package_functions { select function, arg_name, arg_default from acs_function_args order by function, arg_seq @@ -275,7 +275,7 @@ # argument types, return type) from PostgreSQL system # catalogs. # - set pg_data [::acs::dc list_of_lists -dbn $dbn [current method] { + set pg_data [::acs::dc list_of_lists -dbn $dbn dbqd..[current method] { select distinct af.function, substring(af.function from 0 for position('__' in af.function)) as package_name,