Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 30036d8

Browse files
committed
Fix SGML tag misspelling.
1 parent b6cb910 commit 30036d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/jdbc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="jdbc">
@@ -573,7 +573,7 @@ st.close();
573573
<para>
574574
<application>PostgreSQL</application> provides two distinct way to
575575
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
577577
<type>bytea</type>, or by using the <firstterm>Large Object</firstterm>
578578
feature which stores the binary data in a separate table in a special
579579
format, and refers to from your own tables by an <type>OID</type> value.

0 commit comments

Comments
 (0)