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
c16ef167
Commit
c16ef167
authored
Feb 12, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
d39a3699
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
doc/FAQ
doc/FAQ
+4
-4
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+5
-6
No files found.
doc/FAQ
View file @
c16ef167
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Tue Feb 12 12:1
4:52
EST 2002
Last updated: Tue Feb 12 12:1
8:09
EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -81,7 +81,7 @@
4.15.3) Don't currval() and nextval() lead to a race condition with
other users?
4.15.4) Why aren't my sequence numbers reused on transaction abort?
Why are there gaps in the number
s
of my sequence/SERIAL column?
Why are there gaps in the number
ing
of my sequence/SERIAL column?
4.16) What is an OID? What is a TID?
4.17) What is the meaning of some of the terms used in PostgreSQL?
4.18) Why do I get the error "ERROR: Memory exhausted in
...
...
@@ -866,10 +866,10 @@ BYTEA bytea variable-length byte array (null-byte safe)
by all users.
4.15.4) Why aren't my sequence numbers reused on transaction abort? Why are
there gaps in the number
s
of my sequence/SERIAL column?
there gaps in the number
ing
of my sequence/SERIAL column?
To improve concurrency, sequence values are given out to running
transactions as needed and are no
w
locked until the transaction
transactions as needed and are no
t
locked until the transaction
completes. This causes gaps in numbering from aborted transactions.
4.16) What is an OID? What is a TID?
...
...
doc/src/FAQ/FAQ.html
View file @
c16ef167
...
...
@@ -14,7 +14,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Tue Feb 12 12:1
4:52
EST 2002
</P>
<P>
Last updated: Tue Feb 12 12:1
8:09
EST 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -120,7 +120,7 @@
<A
href=
"#4.15.3"
>
4.15.3
</A>
) Don't
<I>
currval()
</I>
and
<I>
nextval()
</I>
lead to a race condition with other users?
<BR>
<A
href=
"#4.15.4"
>
4.15.4
</A>
) Why aren't my sequence numbers reused
on transaction abort? Why are there gaps in the number
s
of my
on transaction abort? Why are there gaps in the number
ing
of my
sequence/SERIAL column?
<BR>
<A
href=
"#4.16"
>
4.16
</A>
) What is an
<SMALL>
OID
</SMALL>
? What is a
<SMALL>
TID
</SMALL>
?
<BR>
...
...
@@ -1096,13 +1096,12 @@ BYTEA bytea variable-length byte array (null-byte safe)
backend, not by all users.
</P>
<H4><A
name=
"4.15.4"
>
4.15.4
</A>
) Why aren't my sequence numbers reused
on transaction abort? Why are there gaps in the number
s
of my
on transaction abort? Why are there gaps in the number
ing
of my
sequence/SERIAL column?
</H4>
<P>
To improve concurrency, sequence values are given out to running
transactions as needed and are now
<i>
locked
</i>
until the
transaction completes. This causes gaps in numbering from aborted
transactions.
transactions as needed and are not locked until the transaction
completes. This causes gaps in numbering from aborted transactions.
<H4><A
name=
"4.16"
>
4.16
</A>
) What is an
<SMALL>
OID
</SMALL>
? What is
a
<SMALL>
TID
</SMALL>
?
</H4>
...
...
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