Re: create_function.sgml needs update - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: create_function.sgml needs update
Date
Msg-id 200104281359.f3SDxwb21153@candle.pha.pa.us
Whole thread Raw
List pgsql-docs
OK, patch applied.  Let me know if you see anything else.


> Bruce, if you don't mind, I'll send you any oddities or
> bugs that I find in the documentation (apart from that I think
> that the documentation is in a pretty good shape and definitely
> has a professional quality standard).
>
> 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.
>
> Thanks for listening,
> Frank
>
>
>
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
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 ****
      <note>
       <para>
        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.
       </para>
      </note>

--- 384,390 ----
      <note>
       <para>
        PSM stands for Persistent Stored Modules. It is a procedural
!       language.  SQL/PSM is a standard to enable function extensibility.
       </para>
      </note>

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
     </title>
     <para>
!     SQL/PSM is a proposed standard to enable function extensibility.
      The SQL/PSM DROP FUNCTION statement has the following syntax:

      <synopsis>
--- 168,174 ----
      SQL/PSM
     </title>
     <para>
!     SQL/PSM is a standard to enable function extensibility.
      The SQL/PSM DROP FUNCTION statement has the following syntax:

      <synopsis>

pgsql-docs by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: PostgreSQL Feature Sheet
Next
From: LeoDeBeo
Date:
Subject: create table