Forum OpenACS Development: Re: get_value__parameter_id error

Collapse
Posted by Gustaf Neumann on
try the following when calling psql with you database name:
\x
\df+ apm__get_value
you should see two functions with different argument types.
-g
Collapse
Posted by Cesareo Garci­a Rodicio on
Yes, two functions:

openacs=# \df apm__get_value*
\df apm__get_value*
List of functions
-[ RECORD 1 ]-------+-------------------------------------
Schema              | public
Name                | apm__get_value
Result data type    | character varying
Argument data types | character varying, character varying
Type                | normal
-[ RECORD 2 ]-------+-------------------------------------
Schema              | public
Name                | apm__get_value
Result data type    | character varying
Argument data types | integer, character varying
Type                | normal