|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.29 2001/11/2605:57:57 barry Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.30 2001/11/2618: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.
|
|