Re: [BUGS] Bug #755: Error on create a new sequence by using the

2002-09-03 Thread Rod Taylor
7.3 will partially fix this issue by extending the length of the NAME data type. Ie. You won't hit it until you have large (32+ character) length names. On Tue, 2002-09-03 at 16:31, [EMAIL PROTECTED] wrote: > Søren Laursen ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the n

Re: [BUGS] Bug #755: Error on create a new sequence by using the create

2002-09-03 Thread Bruce Momjian
7.3 will have 64 byte indentifiers, which should make this less likely. We could randomly pick non-conflicting names, but then the serial names would not be predicable, and because those are used by nextval(), etc, it would be bad. ---