diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2001-12-08 03:24:40 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2001-12-08 03:24:40 +0000 |
commit | 03a321d2143cd1168d10960cada9d688c5140520 (patch) | |
tree | d3f74d5cb79cb163ccef02e64f0d1e30f5c28221 /doc/src/sgml/ref/create_function.sgml | |
parent | 68cb184b562b3713ccc3be1cc21fbd3122493b32 (diff) | |
download | postgresql-03a321d2143cd1168d10960cada9d688c5140520.tar.gz postgresql-03a321d2143cd1168d10960cada9d688c5140520.zip |
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 5a4c49cb633..df643cd8e8b 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.29 2001/11/18 20:35:02 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.30 2001/12/08 03:24:34 thomas Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -200,7 +200,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable> Refer to the chapter in the <citetitle>PostgreSQL Programmer's Guide</citetitle> on the topic of extending - <productname>Postgres</productname> via functions + <productname>PostgreSQL</productname> via functions for further information on writing external functions. </para> @@ -215,7 +215,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable> </para> <para> - <productname>Postgres</productname> allows function <firstterm>overloading</firstterm>; + <productname>PostgreSQL</productname> allows function <firstterm>overloading</firstterm>; that is, the same name can be used for several different functions so long as they have distinct argument types. This facility must be used with caution for internal and C-language functions, however. |