Add label about deterministic flag for stored function in SHOW command
----------------------------------------------------------------------

                 Key: CORE-4940
                 URL: http://tracker.firebirdsql.org/browse/CORE-4940
             Project: Firebird Core
          Issue Type: Improvement
            Reporter: Pavel Zotov
            Priority: Trivial


create or alter function fn_infinity returns bigint deterministic as
begin
  return 9223372036854775807;
end 

SQL> show function fn_infinity;
Function text:
===============================================
begin
  return 9223372036854775807;
end
===============================================
Parameters:
                                  OUTPUT BIGINT


-- 
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