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
8e2647a1
Commit
8e2647a1
authored
Jul 24, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of actual SQL command to create*/destroy* commands.
parent
22616fdc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
src/man/createdb.1
src/man/createdb.1
+3
-4
src/man/createuser.1
src/man/createuser.1
+6
-5
src/man/destroydb.1
src/man/destroydb.1
+3
-3
src/man/destroyuser.1
src/man/destroyuser.1
+3
-3
No files found.
src/man/createdb.1
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
createdb - create a database
createdb - create a database
...
@@ -135,7 +135,6 @@ or the backend server. Ensure that your Postgres site administrator has
...
@@ -135,7 +135,6 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
properly installed Postgres and initialized the site with
.IR initdb .
.IR initdb .
.SH NOTE
.SH NOTE
The command internally runs \fIpsql\fP connected to the \fItemplate1\fP
The command internally runs \fIcreate database\fP from \fP\fIpsql\fP
database to perform the operation.
connected to the \fItemplate1\fP database to perform the operation.
src/man/createuser.1
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
createuser - create a Postgres user
createuser - create a Postgres user
...
@@ -117,8 +117,9 @@ or the backend server. Ensure that your Postgres site administrator has
...
@@ -117,8 +117,9 @@ or the backend server. Ensure that your Postgres site administrator has
properly installed Postgres and initialized the site with
properly installed Postgres and initialized the site with
.IR initdb .
.IR initdb .
.SH NOTE
.SH NOTE
The command internally runs \fI
psql\fP connected to the \fItemplate1
\fP
The command internally runs \fI
create user\fP from \fIpsql
\fP
database to perform the operation.
connected to the \fItemplate1\fP database to perform the operation.
.SH BUGS
.SH BUGS
Postgres user-ids and user names should not have anything to do with the
Postgres user-ids and user names should not have anything to do
constraints of Unix.
with the constraints of Unix.
src/man/destroydb.1
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
destroydb - destroy an existing database
destroydb - destroy an existing database
...
@@ -135,6 +135,6 @@ or the backend server. Contact your Postgres site administrator to
...
@@ -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
ensure that ensure that the files and database entries associated with
the database are completely removed.
the database are completely removed.
.SH NOTE
.SH NOTE
The command internally runs \fI
psql\fP connected to the \fItemplate1
\fP
The command internally runs \fI
drop database\fP from \fIpsql
\fP
database to perform the operation.
connected to the \fItemplate1\fP
database to perform the operation.
src/man/destroyuser.1
View file @
8e2647a1
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
destroyuser - destroy a Postgres user and associated databases
destroyuser - destroy a Postgres user and associated databases
...
@@ -117,6 +117,6 @@ or the backend server. Contact your Postgres site administrator to
...
@@ -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
ensure that the files and database entries associated with the user
and his/her associated databases are completely removed.
and his/her associated databases are completely removed.
.SH NOTE
.SH NOTE
The command internally runs \fI
psql\fP connected to the \fItemplate1\fP
The command internally runs \fI
drop user\fP from \fIpsql\fp connected
database to perform the operation.
to the \fItemplate1\fP
database to perform the operation.
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