I like to have the possibility to add a description to package procedures and functions, and its parameters:
COMMENT ON PROCEDURE <PackageName>.<ProcedureName> IS '<Description>'|NULL
COMMENT ON FUNCTION <PackageName>.<FunctionName> IS '<Description>'|NULL
COMMENT ON PROCEDURE PARAMETER <PackageName>.<ProcedureName>.<ParamName> IS '<Description>'|NULL
COMMENT ON FUNCTION PARAMETER <PackageName>.<FunctionName>.<ParamName> IS '<Description>'|NULL
summary: RFC: Description (COMMENT ON) for package procedures and functions, and its parameters => Description (COMMENT ON) for package procedures and functions, and its parameters
Submitted by: Robert (rj1102)
Votes: 3
I like to have the possibility to add a description to package procedures and functions, and its parameters:
COMMENT ON PROCEDURE <PackageName>.<ProcedureName> IS '<Description>'|NULL
COMMENT ON FUNCTION <PackageName>.<FunctionName> IS '<Description>'|NULL
COMMENT ON PROCEDURE PARAMETER <PackageName>.<ProcedureName>.<ParamName> IS '<Description>'|NULL
COMMENT ON FUNCTION PARAMETER <PackageName>.<FunctionName>.<ParamName> IS '<Description>'|NULL
Commits: 8bbd309 FirebirdSQL/fbt-repository@938d7e2
====== Test Details ======
Test verifies ability to store comments and also to encode them in UTF8
The text was updated successfully, but these errors were encountered: