From f374a9dae99679ce33f9b0657c1aa1182fa3fc38 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 18 Jun 2003 12:19:11 +0000 Subject: Change clusterdb and vacuumdb into C programs. --- doc/src/sgml/maintenance.sgml | 4 ++-- doc/src/sgml/ref/clusterdb.sgml | 19 ++++++++----------- doc/src/sgml/ref/dropuser.sgml | 16 ++++++++-------- doc/src/sgml/ref/vacuumdb.sgml | 19 ++++++++----------- 4 files changed, 26 insertions(+), 32 deletions(-) (limited to 'doc/src') 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 @@ @@ -136,7 +136,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.22 2003/03/25 16:15:37 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 vacuumdb script may be helpful.) + vacuum each one; the program vacuumdb may be helpful.) Use plain VACUUM, not VACUUM FULL, for routine vacuuming for space recovery. 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 @@ @@ -41,16 +41,13 @@ PostgreSQL documentation - clusterdb is a shell script wrapper around the - backend command - via - the PostgreSQL interactive terminal - . There is no effective - difference between clustering databases via this or other methods. - psql 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 psql - and the libpq front-end library do apply. + clusterdb is a wrapper around the SQL + command . + 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 libpq front-end + library will apply. 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 @@ @@ -37,13 +37,13 @@ PostgreSQL documentation - dropuser is a shell script wrapper - around the SQL command . 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 libpq front-end library will apply. + dropuser is a wrapper around the + SQL command . 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 libpq + front-end library will apply. 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 @@ @@ -48,16 +48,13 @@ PostgreSQL documentation - vacuumdb is a shell script wrapper around the - backend command - via - the PostgreSQL interactive terminal - . There is no effective - difference between vacuuming databases via this or other methods. - psql 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 psql - and the libpq front-end library do apply. + vacuumdb is a wrapper around the SQL + command . + 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 libpq front-end + library will apply. -- cgit v1.2.3