diff options
| author | Neil Conway <neilc@samurai.com> | 2005-07-14 06:17:36 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2005-07-14 06:17:36 +0000 |
| commit | c3f1b0f4dd1a6f0c282e7bf9fe717ce4c1591bf3 (patch) | |
| tree | 534c408946021ef9a610d7ac475d180a45d77415 /doc/src/sgml/ref/create_function.sgml | |
| parent | 29094193f526bf90671d71b59a2e007aad1fcae5 (diff) | |
This doc patch replaces all inappropriate references to SQL:1999 when it
is used as if it were the latest (and/or still valid) SQL standard.
SQL:2003 is used in its place. Patch from Simon Riggs.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 768a42846b6..785f8bbb708 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.65 2005/03/31 22:45:59 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.66 2005/07/14 06:17:36 neilc Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -478,7 +478,7 @@ SELECT * FROM dup(42); <title>Compatibility</title> <para> - A <command>CREATE FUNCTION</command> command is defined in SQL:1999 and later. + A <command>CREATE FUNCTION</command> command is defined in SQL:2003. The <productname>PostgreSQL</productname> version is similar but not fully compatible. The attributes are not portable, neither are the different available languages. |
