preprocessor question: prepare statement

From: Michael Meskes <Michael(dot)Meskes(at)usa(dot)net>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: preprocessor question: prepare statement
Date: 1999-02-03 18:29:52
Message-ID: 19990203192952.A234@gmx.net
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? That is can it be placed
outside a function? 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?

The DECLARE statement AFAIK is to be processed by the preprocessor.
Hopefully that one is correct too. :-)

Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1999-02-03 18:42:43 Re: [HACKERS] 6.5 beta and ORDER BY patch
Previous Message The Hermit Hacker 1999-02-03 17:48:23 Re: [HACKERS] template/alpha_cc