Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1e20bd

Browse files
committed
More HISTORY improvements from Joe.
1 parentfc99311 commitb1e20bd

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 returnentire tables, with multiple rows
26-
and multiple columns. Youcanspecify these functions in
27-
the SELECT FROM clause.
25+
Functions can now returnsets, 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)

[8]ページ先頭

©2009-2025 Movatter.jp