git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 673a573) | patch
Allow assignment to array elements not contiguous with those already
2006年9月29日 21:22:21 +0000 (21:22 +0000)
2006年9月29日 21:22:21 +0000 (21:22 +0000)
commit 352a56ba68d00a4bce9944e1b0e6aeda8d3c021f
Allow assignment to array elements not contiguous with those already
present; intervening positions are filled with nulls. This behavior
is required by SQL99 but was not implementable before 8.2 due to lack
of support for nulls in arrays. I have only made it work for the
one-dimensional case, which is all that SQL99 requires. It seems quite
complex to get it right in higher dimensions, and since we never allowed
extension at all in higher dimensions, I think that must count as a
future feature addition not a bug fix.
doc/src/sgml/array.sgml diff | blob | blame | history
src/backend/utils/adt/arrayfuncs.c diff | blob | blame | history
src/test/regress/expected/arrays.out diff | blob | blame | history
src/test/regress/sql/arrays.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /