Loadable Oracle Personality: WAS "LinuxTag wrapup" thread - Mailing list pgsql-hackers

From Justin Clift
Subject Loadable Oracle Personality: WAS "LinuxTag wrapup" thread
Date
Msg-id 40EB4C38.90005@telstra.net
Whole thread Raw
In response to Re: LinuxTag wrapup  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Loadable Oracle Personality: WAS "LinuxTag wrapup"
List pgsql-hackers
Simon Riggs wrote:
<snip>
> External tool is one thing, but the loadable personality seems like a
> very good idea and worth discussing further.

Would an interesting, and maybe slightly different way of viewing a 
"loadable personality," be as a set of "rules" that can be applied to 
parser input before the parser actually gets it... and massages input 
SQL into something for the parser to understand.

I'm hugely generalising here of course, but you know how we have a 
PostgreSQL "Rules" system that rewrites queries before handing them to 
the query planner... well, would it be possible/practical to potentially 
have a "Rules" system that rewrites incoming SQL before it gets given to 
the normal parser.

Might get complicated though... we'd need a pre-parser or something.

However, having a generalised system for doing this may make it far 
easier to provide "personalities".  i.e. load a set of Oracle 8i rules, 
load a set of Oracle 9i rules, load a set of DB2 x, rules, etc.

:)

Regards and best wishes,

Justin Clift



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: LinuxTag wrapup
Next
From: Greg Stark
Date:
Subject: Re: Postgresql on SAN