File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -735,8 +735,8 @@ sub oracle_init {
735735 $oracle_functions_list_4{'CONNECT BY'}{'pginstruction'} = 'WITH RECURSIVE';
736736 $oracle_functions_list_4{'CONNECT BY'}{'comments'} = q{};
737737 $oracle_functions_list_4{'CONVERT'}{'sourcedocumentation'} = 'http://docs.oracle.com/database/121/SQLRF/functions041.htm';
738- $oracle_functions_list_4{'CONVERT'}{'pgdocumentation'} = '';
739- $oracle_functions_list_4{'CONVERT'}{'pginstruction'} = 'No equivalent ';
738+ $oracle_functions_list_4{'CONVERT'}{'pgdocumentation'} = 'https://www.postgresql.org/docs/current/functions-string.html ';
739+ $oracle_functions_list_4{'CONVERT'}{'pginstruction'} = 'convert() ';
740740 $oracle_functions_list_4{'CONVERT'}{'comments'} = q{};
741741 $oracle_functions_list_2{'CORR'}{'sourcedocumentation'} = 'http://docs.oracle.com/database/121/SQLRF/functions042.htm';
742742 $oracle_functions_list_2{'CORR'}{'pgdocumentation'} = 'https://www.postgresql.org/docs/current/static/functions-aggregate.html';
You can’t perform that action at this time.
0 commit comments