diff options
author | Bruce Momjian | 2001-11-26 18:51:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-11-26 18:51:19 +0000 |
commit | 30036d8bda049142041b878ed1b9f3077c714ad9 (patch) | |
tree | 1b873747caa5a54b8e9b1c56cd90fdad732d5107 | |
parent | b6cb91023ea16195d0fec9f30b79974e72b4998a (diff) |
Fix SGML tag misspelling.
-rw-r--r-- | doc/src/sgml/jdbc.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml index 89e1e69f2ce..dc9b3847c2e 100644 --- a/doc/src/sgml/jdbc.sgml +++ b/doc/src/sgml/jdbc.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.29 2001/11/26 05:57:57 barry Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.30 2001/11/26 18:51:19 momjian Exp $ --> <chapter id="jdbc"> @@ -573,7 +573,7 @@ st.close(); <para> <application>PostgreSQL</application> provides two distinct way to store binary data. Binary data can be stored in a table using - <applicaiton>PostgreSQL's</application> binary datatype + <application>PostgreSQL's</application> binary datatype <type>bytea</type>, or by using the <firstterm>Large Object</firstterm> feature which stores the binary data in a separate table in a special format, and refers to from your own tables by an <type>OID</type> value. |