diff options
author | Neil Conway <neilc@samurai.com> | 2004-09-30 02:40:23 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-09-30 02:40:23 +0000 |
commit | bd90ebdbce733445382bf77fc2eccd5ff0ef39b5 (patch) | |
tree | de1874bda21ee1532aa87601495ba50245645f34 | |
parent | f065957062095f1b563d91b8950ee7411055025c (diff) | |
download | postgresql-bd90ebdbce733445382bf77fc2eccd5ff0ef39b5.tar.gz postgresql-bd90ebdbce733445382bf77fc2eccd5ff0ef39b5.zip |
Add an index entry for tablespaces. From Kris Jurka.
-rw-r--r-- | doc/src/sgml/manage-ag.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index 52cc28c7994..f1f64634fb9 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.33 2004/08/07 19:14:45 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.34 2004/09/30 02:40:23 neilc Exp $ --> <chapter id="managing-databases"> @@ -335,6 +335,10 @@ dropdb <replaceable class="parameter">dbname</replaceable> <sect1 id="manage-ag-tablespaces"> <title>Tablespaces</title> + <indexterm zone="manage-ag-tablespaces"> + <primary>tablespace</primary> + </indexterm> + <para> Tablespaces in <productname>PostgreSQL</> allow database administrators to define locations in the file system where the files representing |