1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

set.patch updates an example in ref/set.sgml to have microsecond

precision.

vacuum.patch updates ref/vacuum.sgml to explicitly state that an
exclusive lock is not obtained during normal (non-FULL) vacuum.

  Rod Taylor
This commit is contained in:
Bruce Momjian
2002-10-09 16:27:48 +00:00
parent 8a7cfa3756
commit 5aa7849e1b
2 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.66 2002/10/09 04:59:38 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.67 2002/10/09 16:27:48 momjian Exp $
PostgreSQL documentation
-->
@@ -476,10 +476,10 @@ SELECT CURRENT_TIMESTAMP AS today;
<screen>
SET TIME ZONE 'Europe/Rome';
SELECT CURRENT_TIMESTAMP AS today;
today
------------------------
1998-03-31 17:41:31+02
today
-------------------------------
2002-10-08 05:39:35.008271+02
</screen>
</para>
</refsect1>