1
0
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:
Michael Meskes
2003-02-14 13:17:13 +00:00
parent aa874ee0d7
commit 3a335375a9
10 changed files with 143 additions and 98 deletions

View File

@ -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