|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/lo.sgml,v 1.5 2010/08/17 04:37:20 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/lo.sgml,v 1.6 2010/08/17 04:47:04 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="lo">
|
4 | 4 | <title>lo</title>
|
|
19 | 19 | <para>
|
20 | 20 | One of the problems with the JDBC driver (and this affects the ODBC driver
|
21 | 21 | also), is that the specification assumes that references to BLOBs (Binary
|
22 |
| - LargeObjects) are stored within a table, and if that entry is changed, the |
| 22 | + LargeOBjects) are stored within a table, and if that entry is changed, the |
23 | 23 | associated BLOB is deleted from the database.
|
24 | 24 | </para>
|
25 | 25 |
|
|