Re: [BUGS] No support for int8 sized binary/hex literals

2001-02-17 Thread Peter Eisentraut
> The B'111...' and X'1F...' SQL92 literal syntax is limited to > int4 sized literals. Any attempt to use an int8 sized literal > > int4/32-bit word size fails. This makes it impossible to specify > many int8 sized bit patterns as column default values. It makes > it impossible to even ins

[BUGS] No support for int8 sized binary/hex literals

2001-02-17 Thread pgsql-bugs
Steffen Hulegaard ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description No support for int8 sized binary/hex literals Long Description The B'111...' and X'1F...' SQL92 literal syntax is limited to int4 sized literals. Any att