Re: [HACKERS] Declare Cursor question again

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Dr(dot) Michael Meskes" <meskes(at)online-club(dot)de>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Declare Cursor question again
Date: 1998-08-06 06:17:18
Message-ID: 35C94A6E.E3EDE718@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Shall I disable this (and remove my last changes) or is this
> a good feature (as I think it is) and we keep it? Only disadvantage is
> that the declare tarnslates into a C statement and is not really a
> declaration anymore.

On my Ingres box, the "declare cursor" statements could appear up in or
near the declarations portion of the program or routine. Wouldn't
associating this statement with executable code put limitations on
statement location which other systems (and perhaps the standard) do not
see?

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1998-08-06 06:32:44 Re: [HACKERS] indexes and floats
Previous Message Thomas G. Lockhart 1998-08-06 06:09:31 Re: [HACKERS] OR clause status