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

Commit7bf7b0b

Browse files
committed
This trivial patch fixes a typo and improves the phrasing of a sentence
in the docs.Neil Conway
1 parented5eb09 commit7bf7b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.84 2002/01/20 22:19:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.85 2002/03/05 06:14:45 momjian Exp $
33
-->
44

55
<chapter id="datatype">
@@ -688,7 +688,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (
688688
names <type>bigserial</type> and <type>serial8</type> work just
689689
the same way, except that they create a <type>bigint</type>
690690
column. <type>bigserial</type> should be used if you anticipate
691-
use of more than 2<superscript>31</> identifiers over the lifetime of the table.
691+
theuse of more than 2<superscript>31</> identifiers over the lifetime of the table.
692692
</para>
693693

694694
<para>
@@ -704,7 +704,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
704704

705705
The sequence will remain in the database until explicitly dropped using
706706
<command>DROP SEQUENCE</command>. (This annoyance will probably be
707-
changed in some future release.)
707+
fixed in some future release.)
708708
</para>
709709
</sect2>
710710
</sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp