Skip to content

Commit b4fad71

Browse files
committed
updating convert Oracle>PG
1 parent b54fc81 commit b4fad71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code2pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)