]> granicus.if.org Git - postgresql/commit
From: Michael Meskes <meskes@topsystem.de>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 27 Apr 1998 14:35:58 +0000 (14:35 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 27 Apr 1998 14:35:58 +0000 (14:35 +0000)
commit718430ea4019db3bcb36b51b44e08a1b2163eae8
treefff47c69e2feed4d9a4fc263d771bf64d9279c96
parent3e3477f5a4a5a784133acd8d41109c1efbcbd538
From: Michael Meskes <meskes@topsystem.de>

And the next update. Now you can use only parts of a struct like this:

exec sql select a into :struct.string from foo;
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/TODO
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/test/test2.pgc