Thread: protopg - protopg: * Adding support for "CREATE SYNONYM".

protopg - protopg: * Adding support for "CREATE SYNONYM".

From
sndev@pgfoundry.org (User Sndev)
Date:
Log Message:
-----------

* Adding support for "CREATE SYNONYM". Actually PG does not have such thing :( until
you apply patch. Because of this, the rules just output commented statements.

* Adding regression file for the "CREATE SYNONYM". Since PG does not have
such thing, *.expected file is ommited.

Modified Files:
--------------
    protopg:
        ora_parser.tpl.y (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/ora_parser.tpl.y.diff?r1=1.4&r2=1.5)
        ora_scanner.lex (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/ora_scanner.lex.diff?r1=1.3&r2=1.4)

Added Files:
-----------
    protopg/grammar_parts:
        create_synonym.part.y (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/grammar_parts/create_synonym.part.y?rev=1.1&content-type=text/x-cvsweb-markup)
    protopg/regression:
        111_create-synonym.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/regression/111_create-synonym.sql?rev=1.1&content-type=text/x-cvsweb-markup)