Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
08180738
Commit
08180738
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
More uppercasing.
parent
705869dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/vacuum.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/spi.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/spi.sgml
with
3 additions
and
3 deletions
doc/src/sgml/ref/vacuum.sgml
+
2
−
2
View file @
08180738
<!--
$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
-->
...
...
@@ -252,7 +252,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
in the regression database:
<programlisting>
regression=>
vacuum verbose analyze
onek;
regression=>
VACUUM VERBOSE ANALYZE
onek;
NOTICE: --Relation onek--
NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
Tup 1000: Vac 3000, Crash 0, UnUsed 0, MinLen 188, MaxLen 188;
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/spi.sgml
+
1
−
1
View file @
08180738
...
...
@@ -2833,7 +2833,7 @@ execq
vac=> INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0));
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: 1 <<< value returned by execq and inserted by upper INSERT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment