oidvectortypes: use SQL type names and separate by commas
Peter Eisentraut <peter_e@gmx.net>
oidvectortypes: use SQL type names and separate by commas psql \df: use format_type and oidvectortypes map type REAL to float4, not float8 psql \dd :work around UNION bug
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +5 −4 |
| src/backend/utils/adt/format_type.c | modified | +90 −18 |
| src/backend/utils/adt/regproc.c | modified | +1 −48 |
| src/bin/psql/describe.c | modified | +13 −13 |
| src/include/utils/builtins.h | modified | +3 −3 |