Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7bf7b0bd
Commit
7bf7b0bd
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
This trivial patch fixes a typo and improves the phrasing of a sentence
in the docs. Neil Conway
parent
ed5eb09c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/datatype.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/datatype.sgml
with
3 additions
and
3 deletions
doc/src/sgml/datatype.sgml
+
3
−
3
View file @
7bf7b0bd
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.8
4
2002/0
1/20 22:19:55 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.8
5
2002/0
3/05 06:14:45 momjian
Exp $
-->
<chapter id="datatype">
...
...
@@ -688,7 +688,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (
names <type>bigserial</type> and <type>serial8</type> work just
the same way, except that they create a <type>bigint</type>
column. <type>bigserial</type> should be used if you anticipate
use of more than 2<superscript>31</> identifiers over the lifetime of the table.
the
use of more than 2<superscript>31</> identifiers over the lifetime of the table.
</para>
<para>
...
...
@@ -704,7 +704,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
The sequence will remain in the database until explicitly dropped using
<command>DROP SEQUENCE</command>. (This annoyance will probably be
chang
ed in some future release.)
fix
ed in some future release.)
</para>
</sect2>
</sect1>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment