Re: [HACKERS] CreateFunction Statement

2015-11-21 Thread Alvaro Herrera
Pavel Stehule wrote: > Hi > > 2015-11-21 7:09 GMT+01:00 Praveen M : > > > Hi All, > > > > I am trying to get the schema name of the create function call from the > > parse tree. When I look at the structure of the CreateFunctionStmt , I do > > not see the schemaname information . Can you please h

Re: [HACKERS] CreateFunction Statement

2015-11-20 Thread Pavel Stehule
Hi 2015-11-21 7:09 GMT+01:00 Praveen M : > Hi All, > > I am trying to get the schema name of the create function call from the > parse tree. When I look at the structure of the CreateFunctionStmt , I do > not see the schemaname information . Can you please help me to understand > how to extract t

[HACKERS] CreateFunction Statement

2015-11-20 Thread Praveen M
Hi All, I am trying to get the schema name of the create function call from the parse tree. When I look at the structure of the CreateFunctionStmt , I do not see the schemaname information . Can you please help me to understand how to extract the schema name for the function. typedef struct Creat