diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:34:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:34:50 +0000 |
commit | dffb673692f96a6cc52411762b8ba07201687313 (patch) | |
tree | 7acaeec28897f6210054bbdf038c93dbf9479a92 /doc/src | |
parent | 3f7c542a605ae59a457f6665cda5525a7c650978 (diff) |
While changing Cygwin Python to build its core as a DLL (like Win32
Python) to support shared extension modules, I have learned that Guido
prefers the style of the attached patch to solve the above problem.
I feel that this solution is particularly appropriate in this case
because the following:
PglargeType
PgType
PgQueryType
are already being handled in the way that I am proposing for PgSourceType.
Jason Tishler
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/vacuum.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index cbb182466ea..0722b8068d2 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.14 2001/05/07 00:43:15 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.15 2001/05/25 15:34:49 momjian Exp $ Postgres documentation --> @@ -154,7 +154,8 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28; <para> With no parameter, <command>VACUUM</command> processes every table in the - current database. With a parameter, <command>VACUUM</command> processes + current database. It also detects any extraneous files in the + database directory. With a parameter, <command>VACUUM</command> processes only that table. </para> |