]> granicus.if.org Git - postgresql/commit
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)
commit06e2757277e746fde9eeca14a86f87b7a61ff5b7
tree258ff78625baf55b07e35b8ea7fcd993d1482633
parent78f58f0f70e0b6542a8ecb4e3ceaf4d41cf58cb3
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