Re: [BUGS] BUG #1922: bit string of calculated length

2005-09-30 Thread Tom Lane
"Sorin Schwimmer" <[EMAIL PROTECTED]> writes: > When puting in an expression something like > '0'::BIT(20-LENGTH(something_here)) > I receive an error message suggesting that integer arithmetic is not allowed > in a BIT declaration. Yup, you're right. > I'd like to suggest to allow for any expres

[BUGS] BUG #1922: bit string of calculated length

2005-09-30 Thread Sorin Schwimmer
The following bug has been logged online: Bug reference: 1922 Logged by: Sorin Schwimmer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Gentoo Linux 2005 Description:bit string of calculated length Details: When puting in an expression