Glen Muras [[EMAIL PROTECTED]] wrote:
> Dear All,
> 
> I have configured and run a proxyserver connecting to an oracle DB.
> It successfully blocks IP's and usernames, and returns correct select and
> insert statements.
> 
> My question is about the SQL statement part for a user.
> I know this is a broad question, but I have done many google searches and
> perldoc viewing, but I am still unsure....   How does the sql part work?
> 
> This is how I understand it, given the following cfg lines:
> 
> 'sql' => {
>       'select1' => 'select * from table1',
>       'select2' => 'select * from table2'
> }
> 
> >From the client program, you can then only run 'select1' and 'select2' SQL
> statements.
> 
> Is there any way to use regex in the 'select * from ...' part? Or does it
> have to be verbatim SQL statements as I have so far discovered.

But more descriptive here - *how* do you want to use regex(es) in
the 'select * from ...' part?  A simple example of what you'd *like*
to do would be great.

-- 
Hardy Merrill
Senior Software Engineer
Red Hat, Inc.

Reply via email to