]> granicus.if.org Git - postgresql/commit
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] stateme...
authorMichael Meskes <meskes@postgresql.org>
Fri, 15 Jan 2010 10:44:39 +0000 (10:44 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 15 Jan 2010 10:44:39 +0000 (10:44 +0000)
commitbf69b535c028543194997f520bf7761f93166636
treeb6a31958e5f06f6a055c5c17f7e2905e609802a5
parent40f908bdcdc726fc11912cd95dfd2f89603d1f37
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg.
22 files changed:
src/interfaces/ecpg/ecpglib/descriptor.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/prepare.c
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/preproc/ecpg.addons
src/interfaces/ecpg/preproc/ecpg.trailer
src/interfaces/ecpg/preproc/ecpg.type
src/interfaces/ecpg/test/compat_informix/Makefile
src/interfaces/ecpg/test/compat_informix/describe.pgc [new file with mode: 0644]
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/ecpg_schedule_tcp
src/interfaces/ecpg/test/expected/compat_informix-describe.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/compat_informix-describe.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/compat_informix-describe.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-describe.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-describe.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/preproc-describe.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-describe.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-describe.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-describe.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/sql/Makefile
src/interfaces/ecpg/test/sql/describe.pgc [new file with mode: 0644]