From: Bruce Momjian Date: Mon, 26 Nov 2001 18:51:19 +0000 (+0000) Subject: Fix SGML tag misspelling. X-Git-Tag: REL7_2_BETA4~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30036d8bda049142041b878ed1b9f3077c714ad9;p=postgresql Fix SGML tag misspelling. --- diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml index 89e1e69f2c..dc9b3847c2 100644 --- a/doc/src/sgml/jdbc.sgml +++ b/doc/src/sgml/jdbc.sgml @@ -1,5 +1,5 @@ @@ -573,7 +573,7 @@ st.close(); PostgreSQL provides two distinct way to store binary data. Binary data can be stored in a table using - PostgreSQL's binary datatype + PostgreSQL's binary datatype bytea, or by using the Large Object feature which stores the binary data in a separate table in a special format, and refers to from your own tables by an OID value.