Re: [HACKERS] Pluggable Parser

2015-03-27 Thread Tom Lane
Rajeev rastogi writes: > What is Pluggable Parser: > It is an option for users to select a different kind of parser to evaluate > PostgreSQL for their business logic without much manual effort. > Why do we need? > As of now migration from other databases to PostgreSQL requires manual effort > o

[HACKERS] Pluggable Parser

2015-03-27 Thread Rajeev rastogi
What is Pluggable Parser: It is an option for users to select a different kind of parser to evaluate PostgreSQL for their business logic without much manual effort. Why do we need? As of now migration from other databases to PostgreSQL requires manual effort of translating SQL & PL/SQL to Postgr