File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.66 2002/10/09 04:59:38 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.67 2002/10/09 16:27:48 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -476,10 +476,10 @@ SELECT CURRENT_TIMESTAMP AS today;
476
476
<screen>
477
477
SET TIME ZONE 'Europe/Rome';
478
478
SELECT CURRENT_TIMESTAMP AS today;
479
-
480
- today
481
- ------------------------
482
- 1998-03-31 17:41:31 +02
479
+
480
+ today
481
+ -------------------------------
482
+ 2002-10-08 05:39:35.008271 +02
483
483
</screen>
484
484
</para>
485
485
</refsect1>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.26 2002/09/21 18:32:54 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.27 2002/10/09 16:27:48 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -186,7 +186,8 @@ INFO: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
186
186
Plain <command>VACUUM</command> (without <literal>FULL</>) simply reclaims
187
187
space and makes it
188
188
available for re-use. This form of the command can operate in parallel
189
- with normal reading and writing of the table. <command>VACUUM
189
+ with normal reading and writing of the table, as an exclusive lock
190
+ is not obtained. <command>VACUUM
190
191
FULL</command> does more extensive processing, including moving of tuples
191
192
across blocks to try to compact the table to the minimum number of disk
192
193
blocks. This form is much slower and requires an exclusive lock on each
You can’t perform that action at this time.
0 commit comments