protopg - protopg: Added new grammar file, that accept oracle commands - Mailing list pgsql-committers

From sndev@pgfoundry.org (User Sndev)
Subject protopg - protopg: Added new grammar file, that accept oracle commands
Date
Msg-id 20060525163459.F400086C51E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Added new grammar file, that accept oracle commands like SHOW ERRORS. For now
they parsed and the empty string is returned, since I do not know now if there
are any PG analogous for them. I did this just in order not to have error report
in translation. For exampel SHOW ERROR just outputs more detailed info
about an error.

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

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/grammar_parts/oracle_commands.part.y?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: sndev@pgfoundry.org (User Sndev)
Date:
Subject: protopg - protopg: Nothing special, just increasing the number
Next
From: sndev@pgfoundry.org (User Sndev)
Date:
Subject: protopg - protopg: I like to have Todo just to start with a capital