Scroll to navigation

PLSQL(3pm) User Contributed Perl Documentation PLSQL(3pm)

NAME

PSQL - Oracle to PostgreSQL procedural language converter

SYNOPSIS

        This external perl module is used to convert PLSQL code to PLPGSQL.
        It is in an external code to allow easy editing and modification.
        This converter is a work in progress and need your help.
        It is called internally by Ora2Pg.pm when you set PLSQL_PGSQL 
        configuration option to 1.

plsql_to_plpgsql

This function return a PLSQL code translated to PLPGSQL code

AUTHOR

Gilles Darold <gilles@darold.net>

COPYRIGHT

Copyright (c) 2000-2011 Gilles Darold - All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

This perl module is in the same state as my knowledge regarding database, it can move and not be compatible with older version so I will do my best to give you official support for Ora2Pg. Your volontee to help construct it and your contribution are welcome.

SEE ALSO

Ora2Pg

2016-12-02 perl v5.24.1