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
790259ab
Commit
790259ab
authored
Nov 26, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More tag cleanups.
parent
30036d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/jdbc.sgml
doc/src/sgml/jdbc.sgml
+5
-5
No files found.
doc/src/sgml/jdbc.sgml
View file @
790259ab
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.3
0 2001/11/26 18:51:19
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.3
1 2001/11/26 19:07:11
momjian Exp $
-->
<chapter id="jdbc">
...
...
@@ -584,7 +584,7 @@ st.close();
need to understand the limitations of each method. The
<type>bytea</type> datatype is not well suited for storing very
large amounts of binary data. While a column of type
<type>bytea</
bytea
> can hold upto 1Gig of binary data, it would
<type>bytea</
type
> can hold upto 1Gig of binary data, it would
require a huge amount of memory (<acronym>RAM</acronym>) to
process such a large value. The Large Object method for
storing binary data is better suited to storing very large values,
...
...
@@ -623,7 +623,7 @@ st.close();
<para>
To use the Large Object functionality you can use either the
<classname>LargeObject</classname> <acronym>API</acronym>
provided by the <application>PostgreSQL</applica
it
on>
provided by the <application>PostgreSQL</applica
ti
on>
<acronym>JDBC</acronym> Driver, or by using the
<function>getBLOB()</function> and <function>setBLOB()</function>
methods.
...
...
@@ -644,7 +644,7 @@ st.close();
and <function>setBLOB()</function> methods may no longer
interact with Large Objects and will instead work on
<type>bytea</type> datatypes. So it is recommended that you
use the <classname>LargeObject</classname> <acrony
n
>API</acronym>
use the <classname>LargeObject</classname> <acrony
m
>API</acronym>
if you intend to use Large Objects.
</para></note>
...
...
@@ -2492,7 +2492,7 @@ public void unlink(int oid) throws SQLException
</para>
<para>
The <productname>PostgreSQL</productname> <acrony
n
>JDBC</acronym> Driver
The <productname>PostgreSQL</productname> <acrony
m
>JDBC</acronym> Driver
is thread safe.
Consequently, if your application uses multiple threads then you do
not have to worry about complex algorithms to ensure that only one
...
...
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