Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3a96742a
Commit
3a96742a
authored
May 07, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc tweak: add an xref.
parent
343a9a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+11
-10
No files found.
doc/src/sgml/func.sgml
View file @
3a96742a
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.37
7 2007/04/07 03:58:0
8 neilc Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.37
8 2007/05/07 02:03:5
8 neilc Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -8189,15 +8189,16 @@ table2-mapping
</indexterm>
<para>
This section describes
<productname>
PostgreSQL
</productname>
's functions
for operating on
<firstterm>
sequence objects
</firstterm>
.
Sequence objects (also called sequence generators or
just sequences) are special single-row tables created with
<command>
CREATE SEQUENCE
</command>
. A sequence object is usually used to
generate unique identifiers for rows of a table. The sequence functions,
listed in
<xref
linkend=
"functions-sequence-table"
>
,
provide simple, multiuser-safe methods for obtaining successive
sequence values from sequence objects.
This section describes
<productname>
PostgreSQL
</productname>
's
functions for operating on
<firstterm>
sequence objects
</firstterm>
.
Sequence objects (also called sequence generators or just
sequences) are special single-row tables created with
<xref
linkend=
"sql-createsequence"
endterm=
"sql-createsequence-title"
>
.
A sequence object is usually used to generate unique identifiers
for rows of a table. The sequence functions, listed in
<xref
linkend=
"functions-sequence-table"
>
, provide simple, multiuser-safe
methods for obtaining successive sequence values from sequence
objects.
</para>
<table
id=
"functions-sequence-table"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment