ECPG

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: ECPG
Date: 2002-09-20 06:25:31
Message-ID: 20020920062531.GA22941@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I just removed the prepare/execute/deallocate function from ecpg's
parser so there are no conflicts anymore. But for the future (that is
after 7.3 is released) I'd like to work something out. The only problem
I see with using the backend functions is that the backend prepare needs
the data type for each variable and I have no idea how to present it
given the embedded syntax. I take it the backend prepare cannot work
without this info, can it?

Also I still have some open bug reports but on the other hand few to no
available time. Shall we add these reports to the TODO list? I doubt
I'll be able to fix them ntil release time, at least not all of them.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

Responses

  • Re: ECPG at 2002-09-22 20:18:23 from Tom Lane
  • Re: ECPG at 2002-09-23 01:46:04 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2002-09-20 06:33:19 Where to post a new PostgreSQL utility?
Previous Message Stephan Szabo 2002-09-20 06:14:14 Re: Win32 rename()/unlink() questions