]> granicus.if.org Git - postgresql/commit
Changes to the parser to accept new datatypes.
authorMichael Meskes <meskes@postgresql.org>
Fri, 21 Mar 2003 14:17:47 +0000 (14:17 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 21 Mar 2003 14:17:47 +0000 (14:17 +0000)
commit524e9d62a7880174cce9c7034411585686242705
treec15d2f360cc70abc37965a78e787c21365bffe08
parent9a9719e4821006b7db426c18c17e7acb08d64a4b
Changes to the parser to accept new datatypes.
12 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/include/datetime.h [new file with mode: 0644]
src/interfaces/ecpg/include/decimal.h
src/interfaces/ecpg/include/ecpg_informix.h
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/include/sqlda.h [new file with mode: 0644]
src/interfaces/ecpg/include/sqltypes.h [new file with mode: 0644]
src/interfaces/ecpg/pgtypeslib/datetime.c
src/interfaces/ecpg/pgtypeslib/informix.c [new file with mode: 0644]
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/preproc/preproc.y