Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22616fd

Browse files
committed
Add mention of SQL commands to create/destroy man pages.
1 parent253a294 commit22616fd

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

‎src/man/createdb.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.10 1998/07/24 16:10:18 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.11 1998/07/24 16:36:56 momjian Exp $
44
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createdb - create a database
@@ -98,8 +98,8 @@ createdb -p 5000 -h eden demo
9898
The location of the files corresponding to the database
9999
.IR dbname.
100100
.SH "SEE ALSO"
101-
createdb(l),
102-
destroydb(1),
101+
create_database(l),
102+
destroy_db(1),
103103
initdb(1),
104104
psql(1),
105105
postmaster(1).

‎src/man/createuser.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.9 1998/07/24 16:10:18 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
44
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
createuser - create a Postgres user
@@ -80,6 +80,7 @@ Specifically, you will be asked whether the new user should be able to
8080
act as Postgres super-user, create new databases and update the system
8181
catalogs manually.
8282
.SH "SEE ALSO"
83+
create_user(l),
8384
destroyuser(1),
8485
psql(1),
8586
postmaster(1).

‎src/man/destroydb.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
44
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroydb - destroy an existing database
@@ -94,7 +94,7 @@ destroydb -p 5000 -h eden demo
9494
The location of the files corresponding to the database
9595
.IR dbname.
9696
.SH "SEE ALSO"
97-
destroydb(l),
97+
drop_database(l),
9898
createdb(1),
9999
initdb(1),
100100
psql(1).

‎src/man/destroyuser.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.9 1998/07/24 16:10:19 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.10 1998/07/24 16:36:56 momjian Exp $
44
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
destroyuser - destroy a Postgres user and associated databases
@@ -76,6 +76,7 @@ Once invoked with the above options,
7676
will warn you about the databases that will be destroyed in the
7777
process and permit you to abort the removal of the user if desired.
7878
.SH "SEE ALSO"
79+
drop_user(l),
7980
createuser(1),
8081
psql(1),
8182
postmaster(1).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp