> The problem with content_type__drop_type() looks easier to track. The SQL function was added by malte in july last year and is part of content-type.sql in oacs-5-3, and is included in the update scripts acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql
We won't have got that as we are on acs-content-repository 5.2.3. Shall I try that sourcing that script?
Here are the results, drop type only has the one with the three arguments:
nccedudotlrn=# \df content_type__create_attribute
List of functions
Result data type | Schema | Name | Argument data types
------------------+--------+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------
integer | public | content_type__create_attribute | character varying, character varying, character varying, character varying, character varying, integer, character varying, character varying
(1 row)
nccedudotlrn=# \df content_type__drop_type
List of functions
Result data type | Schema | Name | Argument data types
------------------+--------+-------------------------+-------------------------------------
integer | public | content_type__drop_type | character varying, boolean, boolean
(1 row)