diff options
Diffstat (limited to 'doc/src/sgml/dfunc.sgml')
| -rw-r--r-- | doc/src/sgml/dfunc.sgml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/src/sgml/dfunc.sgml b/doc/src/sgml/dfunc.sgml index c974beb5a2..b02c4f0164 100644 --- a/doc/src/sgml/dfunc.sgml +++ b/doc/src/sgml/dfunc.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.16 2001/11/12 19:19:39 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.17 2001/11/21 05:53:41 thomas Exp $ --> <sect2 id="dfunc"> @@ -51,7 +51,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.16 2001/11/12 19:19:39 peter <!-- Note: Reading GNU Libtool sources is generally a good way of figuring out - this information. The methods used within PostgreSQL source code are not + this information. The methods used within + <productname>PostgreSQL</> source code are not necessarily ideal. --> @@ -272,7 +273,7 @@ gcc -shared -o foo.so foo.o <para> The resulting shared library file can then be loaded into - <productname>Postgres</productname>. When specifying the file name + <productname>PostgreSQL</productname>. When specifying the file name to the <command>CREATE FUNCTION</command> command, one must give it the name of the shared library file, not the intermediate object file. Note that the system's standard shared-library extension (usually @@ -303,7 +304,8 @@ ld <other flags> -H512 -T512 -o foo.so -e _nostart \e -bI:.../lib/postgres.exp -bE:foo.exp foo.o \e -lm -lc 2>/dev/null .fi -You should look at the Postgres User's Manual for an explanation of this +You should look at the <citetitle>PostgreSQL User's Manual</> +for an explanation of this procedure. --> @@ -318,11 +320,12 @@ sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 +sgml-indent-tabs-mode:nil sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:"./reference.ced" sgml-exposed-tags:nil -sgml-local-catalogs:("/usr/lib/sgml/catalog") +sgml-local-catalogs:("/usr/share/sgml/catalog") sgml-local-ecat-files:nil End: --> |
