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.