Index: doc/src/sgml/ref/create_function.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v retrieving revision 1.21 diff -c -r1.21 create_function.sgml *** doc/src/sgml/ref/create_function.sgml 2000/12/25 23:15:26 1.21 --- doc/src/sgml/ref/create_function.sgml 2001/04/28 13:58:11 *************** *** 384,393 **** PSM stands for Persistent Stored Modules. It is a procedural ! language and it was originally hoped that PSM would be ratified ! 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. --- 384,390 ---- PSM stands for Persistent Stored Modules. It is a procedural ! language. SQL/PSM is a standard to enable function extensibility. Index: doc/src/sgml/ref/drop_function.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v retrieving revision 1.9 diff -c -r1.9 drop_function.sgml *** doc/src/sgml/ref/drop_function.sgml 2000/12/25 23:15:26 1.9 --- doc/src/sgml/ref/drop_function.sgml 2001/04/28 13:58:11 *************** *** 168,174 **** SQL/PSM ! SQL/PSM is a proposed standard to enable function extensibility. The SQL/PSM DROP FUNCTION statement has the following syntax: --- 168,174 ---- SQL/PSM ! SQL/PSM is a standard to enable function extensibility. The SQL/PSM DROP FUNCTION statement has the following syntax: