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

From: sndev(at)pgfoundry(dot)org (User Sndev)
To: pgsql-committers(at)postgresql(dot)org
Subject: protopg - protopg: * Adding support for "CREATE SYNONYM".
Date: 2006-05-25 18:04:38
Message-ID: 20060525180438.A582D86C52C@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sndev 2006-05-25 18:17:05 protopg - protopg: * making "create synonym" to accept identifiers of
Previous Message User Dpavlin 2006-05-25 17:50:57 pgestraier - pgestraier: subversion revision 58 commited to CVS