Re: [HACKERS] preprocessor question: prepare statement

From: Michael Meskes <Michael_Meskes(at)topmail(dot)de>
To: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] preprocessor question: prepare statement
Date: 1999-02-04 10:30:12
Message-ID: 19990204113012.A264@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 04, 1999 at 02:47:20AM +0000, Thomas G. Lockhart wrote:
> Pretty sure that PREPARE is a run-time thing, since you can dynamically
> build the sql statement fed to PREPARE.

That is also possible with a compile time statement as you give it a
variable name not the variable data as argument.

But all in all I agree, and I will try to implement it that way.

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!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1999-02-04 10:52:03 small bug fix for ecpg
Previous Message Pedro J. Lobo 1999-02-04 10:29:41 Re: [HACKERS] template/alpha_cc