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
8e2647a1
Commit
8e2647a1
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add mention of actual SQL command to create*/destroy* commands.
parent
22616fdc
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/man/createdb.1
+3
-4
3 additions, 4 deletions
src/man/createdb.1
src/man/createuser.1
+6
-5
6 additions, 5 deletions
src/man/createuser.1
src/man/destroydb.1
+3
-3
3 additions, 3 deletions
src/man/destroydb.1
src/man/destroyuser.1
+3
-3
3 additions, 3 deletions
src/man/destroyuser.1
with
15 additions
and
15 deletions
src/man/createdb.1
+
3
−
4
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1
1
1998/07/24 16:
36:56
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.1
2
1998/07/24 16:
44:03
momjian Exp $
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createdb - create a database
...
...
@@ -135,7 +135,6 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
.IR initdb .
.SH NOTE
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
database to perform the operation.
The command internally runs \fIcreate database\fP from \fP\fIpsql\fP
connected to the \fItemplate1\fP database to perform the operation.
This diff is collapsed.
Click to expand it.
src/man/createuser.1
+
6
−
5
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.1
0
1998/07/24 16:
36:56
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.1
1
1998/07/24 16:
44:03
momjian Exp $
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createuser - create a Postgres user
...
...
@@ -117,8 +117,9 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
.IR initdb .
.SH NOTE
The command internally runs \fI
psql\fP connected to the \fItemplate1
\fP
database to perform the operation.
The command internally runs \fI
create user\fP from \fIpsql
\fP
connected to the \fItemplate1\fP
database to perform the operation.
.SH BUGS
Postgres user-ids and user names should not have anything to do with the
constraints of Unix.
Postgres user-ids and user names should not have anything to do
with the constraints of Unix.
This diff is collapsed.
Click to expand it.
src/man/destroydb.1
+
3
−
3
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.1
0
1998/07/24 16:
36:56
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.1
1
1998/07/24 16:
44:03
momjian Exp $
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroydb - destroy an existing database
...
...
@@ -135,6 +135,6 @@ or the backend server. Contact your Postgres site administrator to
ensure that ensure that the files and database entries associated with
the database are completely removed.
.SH NOTE
The command internally runs \fI
psql\fP connected to the \fItemplate1
\fP
database to perform the operation.
The command internally runs \fI
drop database\fP from \fIpsql
\fP
connected to the \fItemplate1\fP
database to perform the operation.
This diff is collapsed.
Click to expand it.
src/man/destroyuser.1
+
3
−
3
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.1
0
1998/07/24 16:
36:56
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.1
1
1998/07/24 16:
44:04
momjian Exp $
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroyuser - destroy a Postgres user and associated databases
...
...
@@ -117,6 +117,6 @@ or the backend server. Contact your Postgres site administrator to
ensure that the files and database entries associated with the user
and his/her associated databases are completely removed.
.SH NOTE
The command internally runs \fIpsql\f
P
connected
to the \fItemplate1\fP
database to perform the operation.
The command internally runs
\fIdrop user\fP from
\fIpsql\f
p
connected
to the \fItemplate1\fP
database to perform the operation.
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