Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0818073

Browse files
committed
More uppercasing.
1 parent705869d commit0818073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/ref/vacuum.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.19 2001/09/03 12:57:50 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.20 2001/10/12 23:34:30 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -252,7 +252,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
252252
in the regression database:
253253

254254
<programlisting>
255-
regression=>vacuum verbose analyze onek;
255+
regression=>VACUUM VERBOSE ANALYZE onek;
256256
NOTICE: --Relation onek--
257257
NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
258258
Tup 1000: Vac 3000, Crash 0, UnUsed 0, MinLen 188, MaxLen 188;

‎doc/src/sgml/spi.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@ execq
28332833

28342834
vac=> INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0));
28352835
INSERT 167631 1
2836-
vac=>select execq('SELECT * FROM a',0);
2836+
vac=>SELECT execq('SELECT * FROM a',0);
28372837
NOTICE:EXECQ: 0 <<< inserted by execq
28382838

28392839
NOTICE:EXECQ: 1 <<< value returned by execq and inserted by upper INSERT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp