Commit 08180738 authored by Bruce Momjian's avatar Bruce Momjian

More uppercasing.

parent 705869dd
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.19 2001/09/03 12:57:50 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.20 2001/10/12 23:34:30 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -252,7 +252,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28; ...@@ -252,7 +252,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
in the regression database: in the regression database:
<programlisting> <programlisting>
regression=> vacuum verbose analyze onek; regression=> VACUUM VERBOSE ANALYZE onek;
NOTICE: --Relation onek-- NOTICE: --Relation onek--
NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0; NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
Tup 1000: Vac 3000, Crash 0, UnUsed 0, MinLen 188, MaxLen 188; Tup 1000: Vac 3000, Crash 0, UnUsed 0, MinLen 188, MaxLen 188;
......
...@@ -2833,7 +2833,7 @@ execq ...@@ -2833,7 +2833,7 @@ execq
vac=> INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0)); vac=> INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0));
INSERT 167631 1 INSERT 167631 1
vac=> select execq('SELECT * FROM a',0); vac=> SELECT execq('SELECT * FROM a',0);
NOTICE:EXECQ: 0 <<< inserted by execq NOTICE:EXECQ: 0 <<< inserted by execq
NOTICE:EXECQ: 1 <<< value returned by execq and inserted by upper INSERT NOTICE:EXECQ: 1 <<< value returned by execq and inserted by upper INSERT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment