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
22616fdc
Commit
22616fdc
authored
Jul 24, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of SQL commands to create/destroy man pages.
parent
253a294e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
src/man/createdb.1
src/man/createdb.1
+3
-3
src/man/createuser.1
src/man/createuser.1
+2
-1
src/man/destroydb.1
src/man/destroydb.1
+2
-2
src/man/destroyuser.1
src/man/destroyuser.1
+2
-1
No files found.
src/man/createdb.1
View file @
22616fdc
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1
0 1998/07/24 16:10:18
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1
1 1998/07/24 16:36:56
momjian Exp $
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createdb - create a database
...
...
@@ -98,8 +98,8 @@ createdb -p 5000 -h eden demo
The location of the files corresponding to the database
.IR dbname .
.SH "SEE ALSO"
create
db
(l),
destroy
db(1),
create
_database
(l),
destroy
_db(1),
initdb(1),
psql(1),
postmaster(1).
...
...
src/man/createuser.1
View file @
22616fdc
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.
9 1998/07/24 16:10:18
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.
10 1998/07/24 16:36:56
momjian Exp $
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createuser - create a Postgres user
...
...
@@ -80,6 +80,7 @@ Specifically, you will be asked whether the new user should be able to
act as Postgres super-user, create new databases and update the system
catalogs manually.
.SH "SEE ALSO"
create_user(l),
destroyuser(1),
psql(1),
postmaster(1).
...
...
src/man/destroydb.1
View file @
22616fdc
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.
9 1998/07/24 16:10:19
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.
10 1998/07/24 16:36:56
momjian Exp $
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroydb - destroy an existing database
...
...
@@ -94,7 +94,7 @@ destroydb -p 5000 -h eden demo
The location of the files corresponding to the database
.IR dbname .
.SH "SEE ALSO"
d
estroydb
(l),
d
rop_database
(l),
createdb(1),
initdb(1),
psql(1).
...
...
src/man/destroyuser.1
View file @
22616fdc
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.
9 1998/07/24 16:10:19
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.
10 1998/07/24 16:36:56
momjian Exp $
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroyuser - destroy a Postgres user and associated databases
...
...
@@ -76,6 +76,7 @@ Once invoked with the above options,
will warn you about the databases that will be destroyed in the
process and permit you to abort the removal of the user if desired.
.SH "SEE ALSO"
drop_user(l),
createuser(1),
psql(1),
postmaster(1).
...
...
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