]> granicus.if.org Git - postgresql/commit
Rename TABLE() to ROWS FROM().
authorNoah Misch <noah@leadboat.com>
Tue, 10 Dec 2013 14:34:37 +0000 (09:34 -0500)
committerNoah Misch <noah@leadboat.com>
Tue, 10 Dec 2013 14:34:37 +0000 (09:34 -0500)
commit53685d79813a46c7e3a46ae4b1210f608d41d6ab
tree8760f628f2d5baf874307624248f92e80475d9ca
parent01cc1fecfdecc37649b3996100ab1f03ccc8ab7e
Rename TABLE() to ROWS FROM().

SQL-standard TABLE() is a subset of UNNEST(); they deal with arrays and
other collection types.  This feature, however, deals with set-returning
functions.  Use a different syntax for this feature to keep open the
possibility of implementing the standard TABLE().
doc/src/sgml/queries.sgml
doc/src/sgml/ref/select.sgml
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/outfuncs.c
src/backend/parser/gram.y
src/backend/parser/parse_clause.c
src/backend/utils/adt/ruleutils.c
src/include/nodes/parsenodes.h
src/test/regress/expected/rangefuncs.out
src/test/regress/sql/rangefuncs.sql