Re: [HACKERS] preprocessor question: prepare statement

From: Zeugswetter Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: "'Michael(dot)Meskes(at)usa(dot)net'" <Michael(dot)Meskes(at)usa(dot)net>
Cc: "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] preprocessor question: prepare statement
Date: 1999-02-04 11:47:54
Message-ID: 219F68D65015D011A8E000006F8590C60267B2EC@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1999-02-04 12:13:42 Re: [HACKERS] preprocessor question: prepare statement
Previous Message Michael Meskes 1999-02-04 10:52:03 small bug fix for ecpg