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

Commit021146f

Browse files
committed
improve manual page
1 parent2c212b2 commit021146f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12 1999/10/14 01:28:41 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.13 1999/10/26 04:40:56 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -671,8 +671,7 @@ testdb=>
671671
<listitem>
672672
<para>
673673
List the description from <literal>pg_description</literal>
674-
of the specified object, which can be a
675-
table, table.column, type, operator, or aggregate.
674+
of the specified object.
676675
</para>
677676
<tip>
678677
<para>

‎src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.194 1999/10/25 03:07:54 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.195 1999/10/26 04:40:58 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -274,7 +274,7 @@ slashUsage(PsqlSettings *pset)
274274
fprintf(fout," \\copy table {from | to} <fname>\n");
275275
fprintf(fout," \\d [<table>] -- list tables and indices, columns in <table>, or * for all\n");
276276
fprintf(fout," \\da -- list aggregates\n");
277-
fprintf(fout," \\dd [<object>]- list commentfor table, field, type, function, or operator.\n");
277+
fprintf(fout," \\dd [<object>]- list commentan object.\n");
278278
fprintf(fout," \\df -- list functions\n");
279279
fprintf(fout," \\di -- list only indices\n");
280280
fprintf(fout," \\do -- list operators\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp