File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Overview
22
22
23
23
Table Functions
24
24
25
- Functions can now return entire tables , with multiple rows
26
- and multiple columns. You can specify these functions in
27
- the SELECT FROM clause.
25
+ Functions can now return sets , with multiple rows
26
+ and multiple columns. You specify these functions in
27
+ the SELECT FROM clause, similar to a table or view .
28
28
29
29
Privileges
30
30
@@ -274,6 +274,9 @@ Add OVERLAY(), which allows substitution of a substring in a string (Thomas)
274
274
Add SIMILAR TO as a synonym for our existing operator "~" (Thomas)
275
275
Add regular expression SUBSTRING(string FROM pat FOR escape) (Thomas)
276
276
Add LOCALTIME and LOCALTIMESTAMP functions (Thomas)
277
+ Add named composite types using CREATE TYPE typename AS (column) (Joe)
278
+ Allow composite type definition in the table alias clause (Joe)
279
+ Add new API to simplify creation of C language table functions (Joe)
277
280
Remove ODBC-compatible empty parentheses from calls to SQL99 functions
278
281
for which these parentheses do not match the standar (Thomas)
279
282
Add appendix in the User's Guide which lists SQL92 features (Thomas)
You can’t perform that action at this time.
0 commit comments