Remove SQL-compatibility function cardinality(). It is not exactly clear
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Apr 2009 17:39:50 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Apr 2009 17:39:50 +0000 (17:39 +0000)
commitc5b29410d3ff932129954367cc98b62ce34fd84b
tree9259789a93f161ddc383ddc7043a8b55eda0e933
parenta4bdc7731bf8a6e667289b87522230449d79f9bf
Remove SQL-compatibility function cardinality().  It is not exactly clear
how this ought to behave for multi-dimensional arrays.  Per discussion,
not having it at all seems better than having it with what might prove
to be the wrong behavior.  We can always add it later when we have consensus
on the correct behavior.
doc/src/sgml/func.sgml
doc/src/sgml/release.sgml
src/backend/utils/adt/arrayfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/array.h
src/test/regress/expected/arrays.out
src/test/regress/sql/arrays.sql