Standards question

From: "Dr(dot) Michael Meskes" <meskes(at)online-club(dot)de>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Standards question
Date: 1998-08-04 17:12:09
Message-ID: 19980804191209.A238@feivel.online-club.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Let's say we have a table with two entries:

name nr
----------
foo 1
bar 2

and a C program doing the following:

...
i=1;
exec sql declare C cursor for select name from table where nr=:i;
i=2;
exec sql open C;
...

Which row will be selected?

I guess I'll try Oracle as soon as I find time.

Michael
--
Dr. Michael Meskes meskes(at)online-club(dot)de, meskes(at)debian(dot)org
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-04 17:37:30 Re: [HACKERS] Bug in gram.y?
Previous Message Bruce Momjian 1998-08-04 17:08:36 Re: [COMMITTERS] 'pgsql/src/include/utils lsyscache.h'