mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Revert: looks like Binary Large OBject[sic] wasn't a misspelling
This commit is contained in:
parent
f71145d0ec
commit
db7fe0de62
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $PostgreSQL: pgsql/doc/src/sgml/lo.sgml,v 1.3.16.2 2010/08/17 04:37:17 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/lo.sgml,v 1.3.16.3 2010/08/17 04:47:03 petere Exp $ -->
|
||||
|
||||
<sect1 id="lo">
|
||||
<title>lo</title>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<para>
|
||||
One of the problems with the JDBC driver (and this affects the ODBC driver
|
||||
also), is that the specification assumes that references to BLOBs (Binary
|
||||
Large Objects) are stored within a table, and if that entry is changed, the
|
||||
Large OBjects) are stored within a table, and if that entry is changed, the
|
||||
associated BLOB is deleted from the database.
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue