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

Commiteead0e7

Browse files
committed
Update SGML for FETCH and url's.
1 parent023fdd6 commiteead0e7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

‎doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Sat May 6 23:21:34 EDT 2000
3+
Last updated:Thu May11 12:47:33 EDT 2000
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -70,6 +70,7 @@ ADMIN
7070
* Allow international error message support and add error codes
7171
* Add ability to specifiy location of lock/socket files [flock]
7272
* Unify configuration into one configuration file (Peter E)
73+
* use setproctitle() if it exists for 'ps' display of status
7374

7475
TYPES
7576

‎doc/src/sgml/contacts.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and the mailing lists themselves.
1313

1414
<Para>
1515
Refer to the introduction in this manual or to the
16-
<ulink url="postgresql.org"><productname>Postgres</productname> web page</ulink>
16+
<ulink url="http://www.postgresql.org"><productname>Postgres</productname> web page</ulink>
1717
for subscription information to the no-cost mailing lists.
1818
</Para>
1919

‎doc/src/sgml/info.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/info.sgml,v 1.7 2000/05/1115:18:13 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.8 2000/05/1117:32:32 momjian Exp $
33
-->
44

55
<sect1>
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
112112
<listitem>
113113
<para>
114114
The
115-
<ulink url="http://postgresql.org"><productname>Postgres</productname></ulink>
115+
<ulink url="http://www.postgresql.org"><productname>Postgres</productname></ulink>
116116
web site might have some information not appearing in the distribution.
117117
There is a <productname>mhonarc</productname> catalog of mailing list traffic
118118
which is a rich resource for many topics.

‎doc/src/sgml/ref/fetch.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/fetch.sgml,v 1.9 2000/04/04 19:29:18 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.10 2000/05/11 17:32:33 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -23,8 +23,8 @@ Postgres documentation
2323
<date>1999-07-20</date>
2424
</refsynopsisdivinfo>
2525
<synopsis>
26-
FETCH [ <replaceable class="PARAMETER">selector</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27-
FETCH [ RELATIVE ] [{ [<replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ]} ]FROM] <replaceable class="PARAMETER">cursor</replaceable>
26+
FETCH [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27+
FETCH [FORWARD | BACKWARD |RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ]{ IN |FROM} <replaceable class="PARAMETER">cursor</replaceable>
2828
</synopsis>
2929

3030
<refsect2 id="R2-SQL-FETCH-1">
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL |
3838

3939
<variablelist>
4040
<varlistentry>
41-
<term><replaceable class="PARAMETER">selector</replaceable></term>
41+
<term><replaceable class="PARAMETER">direction</replaceable></term>
4242
<listitem>
4343
<para>
4444
<replaceable class="PARAMETER">selector</replaceable>

‎doc/src/sgml/ref/move.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/move.sgml,v 1.8 2000/04/04 19:42:36 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.9 2000/05/11 17:32:33 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -23,7 +23,7 @@ Postgres documentation
2323
<date>1999-07-20</date>
2424
</refsynopsisdivinfo>
2525
<synopsis>
26-
MOVE [ <replaceable class="PARAMETER">selector</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ]
26+
MOVE [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ]
2727
{ IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
2828
</synopsis>
2929
</refsynopsisdiv>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp