Amol Bhangdiya
unread,Oct 23, 2012, 2:29:24 PM10/23/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is there a way to get SQL as a string from parse tree(Query *) in rewriteHandler? I tried to look into some part of code and found function get_select_query_def() in ruleutils.c but I am not sure how to use that function.
I want to add extra condition in where clause, for that first I would deparse parse tree, add condition and parse the modified SQL again.