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

Commitd0d3ab5

Browse files
committed
Fix markup
1 parent414550f commitd0d3ab5

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

‎doc/src/sgml/libpq.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/libpq.sgml,v 1.88 2002/03/04 23:59:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.89 2002/03/11 05:03:51 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -964,7 +964,7 @@ strings overlap.
964964
unsigned char *PQunescapeBytea(unsigned char *from, size_t *to_length);
965965
</synopsis>
966966

967-
The <paramater>from</parameter> parameter points to an escaped string
967+
The <parameter>from</parameter> parameter points to an escaped string
968968
such as might be returned by <function>PQgetvalue</function> of a
969969
<type>BYTEA</type> column. <function>PQunescapeBytea</function> converts
970970
this NUL terminated string representation into binary, filling a buffer.

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

Lines changed: 4 additions & 4 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.62 2002/03/05 00:00:58 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.63 2002/03/11 05:03:52 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1120,12 +1120,12 @@ lo_import 152801
11201120

11211121

11221122
<varlistentry>
1123-
<term><literal>\timing</literal>
1123+
<term><literal>\timing</literal></term>
11241124
<listitem>
11251125
<para>
1126-
Toggles a display of how long each query takes in seconds.
1126+
Toggles a display of how long each query takes in seconds.
11271127
</para>
1128-
</listitem>
1128+
</listitem>
11291129
</varlistentry>
11301130

11311131

‎doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.107 2002/03/09 05:11:37 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.108 2002/03/11 05:03:51 petere Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1120,7 +1120,7 @@ env PGOPTIONS='-c geqo=off' psql
11201120
Each SQL transaction has an isolation level, which can be either
11211121
<quote>read committed</quote> or <quote>serializable</quote>.
11221122
This parameter controls the default isolation level of each new
1123-
transaction. The default is <quote>read committed/quote>.
1123+
transaction. The default is <quote>read committed</quote>.
11241124
</para>
11251125

11261126
<para>
@@ -2094,6 +2094,7 @@ options SEMMAP=256
20942094
You may also want to use the <application>sysctl</> setting to
20952095
lock shared memory into RAM and prevent it from being paged out
20962096
to swap.
2097+
</para>
20972098
</listitem>
20982099
</varlistentry>
20992100

‎doc/src/sgml/xfunc.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.48 2002/03/05 05:33:00 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.49 2002/03/11 05:03:52 petere Exp $
33
-->
44

55
<chapter id="xfunc">
@@ -1319,10 +1319,11 @@ concat_text(PG_FUNCTION_ARGS)
13191319
value be returned. These routines provide more efficient access to
13201320
parts of large values in the case where they have storage type
13211321
"external". (The storage type of a column can be specified using
1322-
<command>ALTER TABLE <repaceable>tablename</replaceable> ALTER
1322+
<literal>ALTER TABLE <replaceable>tablename</replaceable> ALTER
13231323
COLUMN <replaceable>colname</replaceable> SET STORAGE
1324-
<replaceable>storagetype</replaceable>. Storage type is one of
1325-
plain, external, extended or main.)
1324+
<replaceable>storagetype</replaceable></literal>. Storage type is one of
1325+
<literal>plain</>, <literal>external</>, <literal>extended</literal>,
1326+
or <literal>main</>.)
13261327
</para>
13271328

13281329
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp