[ 
http://tracker.firebirdsql.org/browse/CORE-5905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adriano dos Santos Fernandes reopened CORE-5905:
------------------------------------------------


> Inconsistencies with PSQL FUNCTION vs UDF
> -----------------------------------------
>
>                 Key: CORE-5905
>                 URL: http://tracker.firebirdsql.org/browse/CORE-5905
>             Project: Firebird Core
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
>            Reporter: Maxim Kuzmin
>            Assignee: Adriano dos Santos Fernandes
>
> In database created UDF "FORMAT_DATE". For test, I create INTERNAL FUNCTION 
> FORMAT_DATE (introduced in FB 3.0):
> CREATE FUNCTION FORMAT_DATE
> RETURNS INTEGER
> AS
> BEGIN
>     RETURN 1;
> END
> After this, I can't use UDF - Firebird always use internal function.
> Upon attempt drop internal function FORMAT_DATE, I get error:
> DROP FUNCTION FORMAT_DATE
> This operation is not defined for system tables.
> unsuccessful metadata update.
> cannot delete.
> UDF FORMAT_DATE.
> there are 294 dependencies.
> And now I can not delete the test function.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to