2007/9/17, Tom Lane <[EMAIL PROTECTED]>: > > "Cristiano Duarte" <[EMAIL PROTECTED]> writes: > > Is there a way to have access to PostgreSQL query plan and/or predicates > > inside a function using spi (or any other way)? > > No. > > Hi Tom,
"No" means: there is no way since the query plan is stored in a secret/safe/protected/non-visible/fort-knox like place :) or it means, there is no friendly way to do it with spi or casual c language programming? Regards, Cristiano Duarte.