Standards question - Mailing list pgsql-hackers

From Dr. Michael Meskes
Subject Standards question
Date
Msg-id 19980804191209.A238@feivel.online-club.de
Whole thread Raw
List 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@online-club.de, meskes@debian.org
Go SF49ers! Go Rhein Fire!    Use Debian GNU/Linux!

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] indexes and floats
Next
From: "Dr. Michael Meskes"
Date:
Subject: Re: [HACKERS] Bug in gram.y?