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
5e84d58e
Commit
5e84d58e
authored
Jun 14, 1999
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor updates for release.
parent
abc40591
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
851 additions
and
819 deletions
+851
-819
doc/src/sgml/datatype.sgml
doc/src/sgml/datatype.sgml
+1
-1
doc/src/sgml/docguide.sgml
doc/src/sgml/docguide.sgml
+5
-2
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+682
-680
doc/src/sgml/lobj.sgml
doc/src/sgml/lobj.sgml
+155
-130
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+8
-6
No files found.
doc/src/sgml/datatype.sgml
View file @
5e84d58e
<chapter id="datatype">
<title>Data Types</title>
<title
id="datatype-title"
>Data Types</title>
<abstract>
<para>
...
...
doc/src/sgml/docguide.sgml
View file @
5e84d58e
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.1
5 1999/05/27 15:49:07
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.1
6 1999/06/14 07:36:11
thomas Exp $
Documentation Guide
Thomas Lockhart
$Log: docguide.sgml,v $
Revision 1.16 1999/06/14 07:36:11 thomas
Minor updates for release.
Revision 1.15 1999/05/27 15:49:07 thomas
Markup fixes.
Update for v6.5 release.
...
...
@@ -175,7 +178,7 @@ Include working list of all documentation sources, with current status
James Clark's
<ulink url="http://www.jclark.com/jade/"> <productname>jade</productname></ulink>
and Norm Walsh's
<ulink url="http://www.
berkshire.net/~norm/docbook/dsssl
">Modular DocBook Stylesheets</ulink>.
<ulink url="http://www.
nwalsh.com/docbook/dsssl/
">Modular DocBook Stylesheets</ulink>.
</para>
<para>
...
...
doc/src/sgml/func.sgml
View file @
5e84d58e
This diff is collapsed.
Click to expand it.
doc/src/sgml/lobj.sgml
View file @
5e84d58e
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
View file @
5e84d58e
...
...
@@ -23,7 +23,7 @@
</para>
<para>
Here is a brief summary of
some of the more notic
able changes:
Here is a brief summary of
the more not
able changes:
<variablelist>
<varlistentry>
...
...
@@ -188,16 +188,16 @@
<para>
Because readers in 6.5 don't lock data, regardless of transaction
isolation level, data read by one transaction can be overwritten by
another. In
the
other words, if a row is returned by
another. In other words, if a row is returned by
<command>SELECT</command> it doesn't mean that this row really exists
at the time it is returned (i.e. sometime after the statement or
transaction began) nor that the row is protected from
deletion
or
update by concurrent transactions before the current transaction does
transaction began) nor that the row is protected from
being deleted
or
update
d
by concurrent transactions before the current transaction does
a commit or rollback.
</para>
<para>
To ensure the actual exist
a
nce of a row and protect it against
To ensure the actual exist
e
nce of a row and protect it against
concurrent updates one must use <command>SELECT FOR UPDATE</command> or
an appropriate <command>LOCK TABLE</command> statement. This should be
taken into account when porting applications from previous releases of
...
...
@@ -205,7 +205,8 @@
</para>
<para>
Keep above in mind if you are using contrib/refint.* triggers for
Keep the above in mind if you are using
<filename>contrib/refint.*</filename> triggers for
referential integrity. Additional technics are required now. One way is
to use <command>LOCK parent_table IN SHARE ROW EXCLUSIVE MODE</command>
command if a transaction is going to update/delete a primary key and
...
...
@@ -2634,6 +2635,7 @@ Initial release.
<programlisting>
Time System
02:00 Dual Pentium Pro 180, 224MB, UW-SCSI, Linux 2.0.36, gcc 2.7.2.3 -O2 -m486
04:38 Sparc Ultra 1 143MHz, 64MB, Solaris 2.6
</programlisting>
</para>
...
...
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