Re: [HACKERS] preprocessor question: prepare statement - Mailing list pgsql-hackers

From Zeugswetter Andreas IZ5
Subject Re: [HACKERS] preprocessor question: prepare statement
Date
Msg-id 219F68D65015D011A8E000006F8590C60267B2EC@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: [HACKERS] preprocessor question: prepare statement  (Michael Meskes <Michael_Meskes@topmail.de>)
List pgsql-hackers
> >Could anyone tell me whether the EXEC SQL PREPARE statement is to be
> >interpreted by the preprocessor or during run-time?
> 
> run time
> 
> >That is can it be placed outside a function?
> 
> yes ?
> 
> > Does it have to stand above the DECLARE or EXECUTE
> > statement that references it or does it have to be executed prior to
> this
> > statement? 
> 
> no, only has to be executed prior 
> 
> > The DECLARE statement AFAIK is to be processed by the preprocessor.
> > Hopefully that one is correct too. :-)
> 
> yes :)
> 
> Andreas
> 


pgsql-hackers by date:

Previous
From: "Pedro J. Lobo"
Date:
Subject: Re: [HACKERS] template/alpha_cc
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] template/alpha_cc