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
3afafc8c
Commit
3afafc8c
authored
28 years ago
by
Vadim B. Mikheev
Browse files
Options
Downloads
Patches
Plain Diff
New description of currval.
parent
9c0d64c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/man/create_sequence.l
+6
-8
6 additions, 8 deletions
src/man/create_sequence.l
with
6 additions
and
8 deletions
src/man/create_sequence.l
+
6
−
8
View file @
3afafc8c
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_sequence.l,v 1.
1
1997/0
4
/0
2
0
4
:19:
5
8 vadim Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_sequence.l,v 1.
2
1997/0
6
/0
3
0
3
:19:
0
8 vadim Exp $
.TH "CREATE SEQUENCE" SQL 04/01/97 PostgreSQL PostgreSQL
.TH "CREATE SEQUENCE" SQL 04/01/97 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
create sequence \(em create a new sequence number generator
create sequence \(em create a new sequence number generator
...
@@ -71,14 +71,12 @@ After sequence created, You may use function
...
@@ -71,14 +71,12 @@ After sequence created, You may use function
.BR nextval
.BR nextval
with sequence name as argument to get new number from sequence
with sequence name as argument to get new number from sequence
specified.
specified.
To determine the current sequence number use f
unction
F
unction
.BR currval
.BR currval
('sequence_name').
('sequence_name')
.BR NOTE:
may be used to determine number returned by last call to
after sequence creation You are to call
.BR nextval
.BR nextval
before first call to
for specified sequence in current session.
.BR currval.
.PP
.PP
.nf
.nf
Use query like
Use query like
...
...
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