oidvectortypes: use SQL type names and separate by commas

Peter Eisentraut <peter_e@gmx.net>

Commit: b54faa1b15c9dea37d79995063a4e7d83e0159d3
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-07-09T21:30:21Z
Releases: 7.1.1
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

PathChange+/−
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