Re: [HACKERS] PREPARE

From: Hannu Krosing <hannu(at)trust(dot)ee>
To: Taral <taral(at)cyberjunkie(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] PREPARE
Date: 1998-11-17 08:15:56
Message-ID: 365130BC.FD2E87E2@trust.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Taral wrote:
>
> It seems that full support for CORBA and the COS Query Service requires us
> to enable the user to parse, prepare, and execute the query in three
> separate stages. Are we also planning to support PREPARE? If so, we should
> co-ordinate the effort, since the full COSQS support will require pulling
> apart pg_parse_and_plan().

We should.

Currently we do support PREPARE (kind of) in the SPI interface.

However, it is not strictly necessary (both ODBC and JDBC currently
simulate it on the client side), but it would enable interactive
applications perform much better if we did.

The current FE<->BE protocol is strange mix of CLI and directly
usable psql replacement ;)

BTW, what does CORBA prescribe about transactions (if anything) ?

Is the current transaction model adequate or do we need nested
transactions ?

PS. It would probably be beneficial to look also at Microsofts ADO for
ideas,
afaik this is the DCOM version of what we are trying to do with CORBA.

------------
Hannu

In response to

  • PREPARE at 1998-11-16 20:19:32 from Taral

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-11-17 09:17:06 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Hannu Krosing 1998-11-17 07:55:46 Re: [HACKERS] New to PostgreSQL, is this a DoS?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1998-11-17 09:17:06 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Peter T Mount 1998-11-17 06:58:39 Re: [HACKERS] PREPARE