TypeInfo("bytea", 17, 1001),
TypeInfo("date", 1082, 1182),
TypeInfo("float4", 700, 1021, regtype="real"),
- TypeInfo("float8", 701, 1022, regtype="'double precision'"),
+ TypeInfo("float8", 701, 1022, regtype="double precision"),
TypeInfo("inet", 869, 1041),
TypeInfo("int2", 21, 1005, regtype="smallint"),
TypeInfo("int2vector", 22, 1006),
TypeInfo("regrole", 4096, 4097),
TypeInfo("regtype", 2206, 2211),
TypeInfo("text", 25, 1009),
- TypeInfo("time", 1083, 1183, regtype="'time without time zone'"),
- TypeInfo("timestamp", 1114, 1115, regtype="'timestamp without time zone'"),
- TypeInfo("timestamptz", 1184, 1185, regtype="'timestamp with time zone'"),
- TypeInfo("timetz", 1266, 1270, regtype="'time with time zone'"),
+ TypeInfo("time", 1083, 1183, regtype="time without time zone"),
+ TypeInfo("timestamp", 1114, 1115, regtype="timestamp without time zone"),
+ TypeInfo("timestamptz", 1184, 1185, regtype="timestamp with time zone"),
+ TypeInfo("timetz", 1266, 1270, regtype="time with time zone"),
TypeInfo("unknown", 705, 0),
TypeInfo("uuid", 2950, 2951),
- TypeInfo("varbit", 1562, 1563, regtype="'bit varying'"),
- TypeInfo("varchar", 1043, 1015, regtype="'character varying'"),
+ TypeInfo("varbit", 1562, 1563, regtype="bit varying"),
+ TypeInfo("varchar", 1043, 1015, regtype="character varying"),
# autogenerated: end
]:
types.add(t)