From 30036d8bda049142041b878ed1b9f3077c714ad9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Nov 2001 18:51:19 +0000 Subject: [PATCH] Fix SGML tag misspelling. --- doc/src/sgml/jdbc.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0