File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.29 2001/11/26 05:57:57 barry Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.30 2001/11/26 18:51:19 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="jdbc">
@@ -573,7 +573,7 @@ st.close();
573
573
<para>
574
574
<application>PostgreSQL</application> provides two distinct way to
575
575
store binary data. Binary data can be stored in a table using
576
- <applicaiton >PostgreSQL's</application> binary datatype
576
+ <application >PostgreSQL's</application> binary datatype
577
577
<type>bytea</type>, or by using the <firstterm>Large Object</firstterm>
578
578
feature which stores the binary data in a separate table in a special
579
579
format, and refers to from your own tables by an <type>OID</type> value.
You can’t perform that action at this time.
0 commit comments