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

Commit47065ae

Browse files
committed
I'm attaching those diffs for the Reference Guide in a tar file, as
not all of them attached properly in the post I made a few minutesago. Please disregard those earlier files. The diffs in the tar filereplace them.Pierce Tyler
1 parent83d0e37 commit47065ae

File tree

8 files changed

+215
-215
lines changed

8 files changed

+215
-215
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.21 2001/02/10 16:41:30 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.22 2001/03/05 18:42:55 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -107,7 +107,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
107107
<term><replaceable class="PARAMETER">New user </replaceable></term>
108108
<listitem>
109109
<para>
110-
Theuserid of the new owner of the table.
110+
Theuser name of the new owner of the table.
111111
</para>
112112
</listitem>
113113
</varlistentry>

‎doc/src/sgml/ref/comment.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.6 2001/01/20 20:59:29 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/05 18:42:56 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -101,7 +101,7 @@ COMMENT
101101
<para>
102102
<command>COMMENT</command> adds a comment to an object that can be
103103
easily retrieved with <application>psql's</application>
104-
<emphasis>\dd</emphasis> or<emphasis>\d+</emphasis>commands.
104+
<emphasis>\dd</emphasis>,<emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands.
105105
To remove a comment, use <literal>NULL</literal>.
106106
Comments are automatically dropped when the object is dropped.
107107
</para>

‎doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.16 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.17 2001/03/05 18:42:56 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -298,7 +298,7 @@ CREATE
298298

299299
<para>
300300
The <replaceable class="parameter">storage</replaceable> keyword
301-
allows selection ofTOAST storage method for variable-length data types
301+
allows selection ofThe Oversized-Attribute Storage Technique (TOAST) for variable-length data types
302302
(only <literal>plain</literal> is allowed for fixed-length types).
303303
<literal>plain</literal> disables TOAST for the data type: it will always
304304
be stored in-line and not compressed.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.4 2000/11/11 23:01:45 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.5 2001/03/05 18:42:56 momjian Exp $ -->
22

33
<refentry id="app-pgconfig">
44
<docinfo>
@@ -32,7 +32,7 @@
3232
<refsect1>
3333
<title>Description</>
3434
<para>
35-
The <application>pg_config</>stores and provides configuration parameters
35+
The <application>pg_config</>utility provides configuration parameters
3636
of the currently installed version of <productname>PostgreSQL</>. It is
3737
intended, for example, to be used by software packages that want to interface
3838
to <productname>PostgreSQL</> in order to find the respective header files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp