Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1e20bd

Browse files
committed
More HISTORY improvements from Joe.
1 parent fc99311 commit b1e20bd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

HISTORY

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Overview
2222

2323
Table Functions
2424

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.
2828

2929
Privileges
3030

@@ -274,6 +274,9 @@ Add OVERLAY(), which allows substitution of a substring in a string (Thomas)
274274
Add SIMILAR TO as a synonym for our existing operator "~" (Thomas)
275275
Add regular expression SUBSTRING(string FROM pat FOR escape) (Thomas)
276276
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)
277280
Remove ODBC-compatible empty parentheses from calls to SQL99 functions
278281
for which these parentheses do not match the standar (Thomas)
279282
Add appendix in the User's Guide which lists SQL92 features (Thomas)

0 commit comments

Comments
 (0)