Re: quirk of array type processing - Mailing list pgsql-hackers

From Greg Stark
Subject Re: quirk of array type processing
Date
Msg-id 877k4g1nu0.fsf@stark.dyndns.tv
Whole thread Raw
In response to quirk of array type processing  (Greg Stark <gsstark@mit.edu>)
Responses Re: quirk of array type processing  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
On second thought, it does cause a problem:

db=> create table aa (aa integer[]);
CREATE TABLE

db=> select distinct(array_length(aa)) from aa;
ERROR:  function array_upper(integer[]) does not exist
HINT:  No function matches the given name and argument types. You may need to add explicit typecasts.
CONTEXT:  SQL function "array_length" during inlining

-- 
greg



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: quirk of array type processing
Next
From: Nico King
Date:
Subject: How to install and unistall