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
810c0b85
Commit
810c0b85
authored
Feb 16, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README's install instructions to agree with current reality.
parent
64a1b626
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
contrib/pgbench/README.pgbench
contrib/pgbench/README.pgbench
+10
-9
No files found.
contrib/pgbench/README.pgbench
View file @
810c0b85
...
...
@@ -34,15 +34,16 @@ o features of pgbench
o How to install pgbench
(1)
Edit the first line in Makefile
(1)
Configure and build the standard Postgres distribution.
POSTGRESHOME = /usr/local/pgsql
You can get away with just running configure at the top level
and doing "make all" in src/interfaces/libpq.
so that it points to the directory where PostgreSQL installed
.
(2) Run make in this directory
.
(2) Run configure
(3) Run make. You will see an executable file "pgbench" there
.
You will see an executable file "pgbench". You can run it here,
or install it with the standard Postgres programs by doing
"make install"
.
o How to use pgbench?
...
...
@@ -52,7 +53,7 @@ o How to use pgbench?
where <dbname> is the name of database. pgbench uses four tables
accounts, branches, history and tellers. These tables will be
destroyed. Be very careful
ly
if you have tables having same
destroyed. Be very careful if you have tables having same
names. Default test data contains:
table # of tuples
...
...
@@ -85,7 +86,7 @@ o options
-p port
the port number that the backend is accepting. default is
5432.
libpq's default, usually
5432.
-c number_of_clients
Number of clients simulated. default is 1.
...
...
@@ -106,7 +107,7 @@ o options
-v
Do vacuuming before testing. This will take some time.
With
out both -n and -v
pgbench will vacuum tellers and
With
neither -n nor -v,
pgbench will vacuum tellers and
branches tables only.
-S
...
...
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