aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/contrib.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-12-06 04:12:10 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-12-06 04:12:10 +0000
commit53e99f57fcfef00cb1a09126d82919b9b1e15af6 (patch)
tree87738d2800c1512f8dbfcc3e71f6c3adb15827ad /doc/src/sgml/contrib.sgml
parenta37a0a4180bc28de8903407a9e253a17d0619ab3 (diff)
downloadpostgresql-53e99f57fcfef00cb1a09126d82919b9b1e15af6.tar.gz
postgresql-53e99f57fcfef00cb1a09126d82919b9b1e15af6.zip
Make an editorial pass over the newly SGML-ified contrib documentation.
Fix lots of bad markup, bad English, bad explanations. This commit covers only about half the contrib modules, but I grow weary...
Diffstat (limited to 'doc/src/sgml/contrib.sgml')
-rw-r--r--doc/src/sgml/contrib.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
index 69e109398d4..b9d78c1c76b 100644
--- a/doc/src/sgml/contrib.sgml
+++ b/doc/src/sgml/contrib.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.7 2007/12/03 04:18:47 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.8 2007/12/06 04:12:09 tgl Exp $ -->
<appendix id="contrib">
<title>Additional Supplied Modules</title>
@@ -44,7 +44,7 @@
<para>
Many modules supply new user-defined functions, operators, or types.
To make use of one of these modules, after you have installed the code
- you need to register the new objects in the database
+ you need to register the new objects in the database
system by running the SQL commands in the <literal>.sql</> file
supplied by the module. For example,
@@ -54,6 +54,7 @@ psql -d dbname -f <replaceable>SHAREDIR</>/contrib/<replaceable>module</>.sql
Here, <replaceable>SHAREDIR</> means the installation's <quote>share</>
directory (<literal>pg_config --sharedir</> will tell you what this is).
+ In most cases the script must be run by a database superuser.
</para>
<para>