Re: [BUGS] array_dims function is poorly behaved

2002-02-01 Thread Tom Lane
Marc Lavergne <[EMAIL PROTECTED]> writes: > Simply use an array_dims() on any non-array type, There is not a lot to be done about that, I'm afraid, since our type system doesn't have a concept of "any array type". The only way we have to declare array_dims() is as a function taking any type at a

[BUGS] array_dims function is poorly behaved

2002-02-01 Thread Marc Lavergne
Simply use an array_dims() on any non-array type, the messages vary from: SIS=# select array_dims(datdba) from pg_database; pqReadData() -- backend closed the channel unexpectedly. This probably means the backend terminated abnormally before or while processing the request. The