diff options
author | Peter Eisentraut | 2003-06-18 12:19:11 +0000 |
---|---|---|
committer | Peter Eisentraut | 2003-06-18 12:19:11 +0000 |
commit | f374a9dae99679ce33f9b0657c1aa1182fa3fc38 (patch) | |
tree | f24f023550a50e782e4cf6af3fb4beaab2ebde8a /doc/src | |
parent | eab5d643b2b2ec7cbf2b524b10b964aa6f273f54 (diff) |
Change clusterdb and vacuumdb into C programs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 19 | ||||
-rw-r--r-- | doc/src/sgml/ref/dropuser.sgml | 16 | ||||
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 19 |
4 files changed, 26 insertions, 32 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 353b8cf2f36..122137ad2b9 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.22 2003/03/25 16:15:37 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.23 2003/06/18 12:19:11 petere Exp $ --> <chapter id="maintenance"> @@ -136,7 +136,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.22 2003/03/25 16:15:37 <command>VACUUM</> once a day at a low-usage time of day, supplemented by more frequent vacuuming of heavily-updated tables if necessary. (If you have multiple databases in a cluster, don't forget to - vacuum each one; the <filename>vacuumdb</> script may be helpful.) + vacuum each one; the program <filename>vacuumdb</> may be helpful.) Use plain <command>VACUUM</>, not <command>VACUUM FULL</>, for routine vacuuming for space recovery. </para> diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 4200481c1da..eb814261876 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.9 2003/03/24 14:32:51 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.10 2003/06/18 12:19:11 petere Exp $ PostgreSQL documentation --> @@ -41,16 +41,13 @@ PostgreSQL documentation </para> <para> - <application>clusterdb</application> is a shell script wrapper around the - backend command - <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title"> via - the <productname>PostgreSQL</productname> interactive terminal - <xref linkend="APP-PSQL">. There is no effective - difference between clustering databases via this or other methods. - <application>psql</application> must be found by the script and - a database server must be running at the targeted host. Also, any default - settings and environment variables available to <application>psql</application> - and the <application>libpq</application> front-end library do apply. + <application>clusterdb</application> is a wrapper around the SQL + command <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title">. + There is no effective difference between clustering databases via + this or other methods. The database server must be running at the + targeted host. Also, any default settings and environment + variables used by the <application>libpq</application> front-end + library will apply. </para> </refsect1> diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index d781b2a64f1..24e8d8ecf45 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.25 2003/05/26 17:50:09 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.26 2003/06/18 12:19:11 petere Exp $ PostgreSQL documentation --> @@ -37,13 +37,13 @@ PostgreSQL documentation </para> <para> - <application>dropuser</application> is a shell script wrapper - around the <acronym>SQL</acronym> command <xref - linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. The database - server must be running on the targeted host. There - is nothing special about removing users via this or other - methods. Also, any default settings and environment variables - used by the <application>libpq</application> front-end library will apply. + <application>dropuser</application> is a wrapper around the + <acronym>SQL</acronym> command <xref linkend="SQL-DROPUSER" + endterm="SQL-DROPUSER-title">. The database server must be running + on the targeted host. There is nothing special about removing + users via this or other methods. Also, any default settings and + environment variables used by the <application>libpq</application> + front-end library will apply. </para> </refsect1> diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 84583e9aea3..e04cf16c3fe 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.28 2003/03/24 14:32:51 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.29 2003/06/18 12:19:11 petere Exp $ PostgreSQL documentation --> @@ -48,16 +48,13 @@ PostgreSQL documentation </para> <para> - <application>vacuumdb</application> is a shell script wrapper around the - backend command - <xref linkend="SQL-VACUUM" endterm="SQL-VACUUM-title"> via - the <productname>PostgreSQL</productname> interactive terminal - <xref linkend="APP-PSQL">. There is no effective - difference between vacuuming databases via this or other methods. - <application>psql</application> must be found by the script and - a database server must be running at the targeted host. Also, any default - settings and environment variables available to <application>psql</application> - and the <application>libpq</application> front-end library do apply. + <application>vacuumdb</application> is a wrapper around the SQL + command <xref linkend="SQL-VACUUM" endterm="SQL-VACUUM-title">. + There is no effective difference between vacuuming databases via + this or other methods. The database server must be running at the + targeted host. Also, any default settings and environment + variables used by the <application>libpq</application> front-end + library will apply. </para> |