Rename TABLE() to ROWS FROM().

Noah Misch <noah@leadboat.com>

Commit: 53685d79813a46c7e3a46ae4b1210f608d41d6ab
Author: Noah Misch <noah@leadboat.com>
Date: 2013-12-10T14:34:37Z
Releases: 9.4.0
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().

Files