mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
In create_function there is a remark concerning SQL/PSM not
being ratified as yet. This is certainly no longer true, it wasn't even true in Q2/1998 when I did a little research for Date's book. SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you might want to update that section. Frank Wegmann
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.21 2000/12/25 23:15:26 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.22 2001/04/28 13:59:07 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -384,10 +384,7 @@ Point * complex_to_point (Complex *z)
|
|||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
PSM stands for Persistent Stored Modules. It is a procedural
|
PSM stands for Persistent Stored Modules. It is a procedural
|
||||||
language and it was originally hoped that PSM would be ratified
|
language. SQL/PSM is a standard to enable function extensibility.
|
||||||
as an official standard by late 1996. As of mid-1998, this
|
|
||||||
has not yet happened, but it is hoped that PSM will
|
|
||||||
eventually become a standard.
|
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.9 2000/12/25 23:15:26 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.10 2001/04/28 13:59:07 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ DROP FUNCTION sqrt(int4);
|
|||||||
SQL/PSM
|
SQL/PSM
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
SQL/PSM is a proposed standard to enable function extensibility.
|
SQL/PSM is a standard to enable function extensibility.
|
||||||
The SQL/PSM DROP FUNCTION statement has the following syntax:
|
The SQL/PSM DROP FUNCTION statement has the following syntax:
|
||||||
|
|
||||||
<synopsis>
|
<synopsis>
|
||||||
|
Reference in New Issue
Block a user