Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
08180738
Commit
08180738
authored
Oct 12, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More uppercasing.
parent
705869dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuum.sgml
+2
-2
doc/src/sgml/spi.sgml
doc/src/sgml/spi.sgml
+1
-1
No files found.
doc/src/sgml/ref/vacuum.sgml
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;
...
...
doc/src/sgml/spi.sgml
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment