mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
- Synced parser and keyword file.
- More work on Informix compatibility.
This commit is contained in:
@ -23,14 +23,15 @@ exec sql begin declare section;
|
||||
struct personal_indicator { int ind_name;
|
||||
birthinfo ind_birth;
|
||||
} ind_personal, *i;
|
||||
float ind_married;
|
||||
ind children;
|
||||
ind ind_children;
|
||||
char *married = NULL;
|
||||
c testname="Petra";
|
||||
char *query="select name, born, age, married, children from meskes where name = :var1";
|
||||
exec sql end declare section;
|
||||
|
||||
exec sql char *married = NULL;
|
||||
exec sql float ind_married;
|
||||
exec sql ind children;
|
||||
|
||||
exec sql var ind_married is long;
|
||||
|
||||
exec sql declare cur cursor for
|
||||
|
Reference in New Issue
Block a user