Allow constants in using clauses.
Michael Meskes <meskes@postgresql.org>
Allow constants in using clauses.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +3 −2 |
| src/interfaces/ecpg/ecpglib/typename.c | modified | +3 −1 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +15 −3 |
| src/interfaces/ecpg/preproc/type.c | modified | +11 −0 |
| src/interfaces/ecpg/test/test2.pgc | modified | +1 −2 |