diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2010-08-17 04:47:03 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2010-08-17 04:47:03 +0000 |
| commit | db7fe0de6280ea71c0ce949ee4a00da2af4bf2d8 (patch) | |
| tree | e52e73b90d8afb62920238af10211665492581c1 | |
| parent | f71145d0ec163439805d0433acb2e44a782e01f7 (diff) | |
Revert: looks like Binary Large OBject[sic] wasn't a misspelling
| -rw-r--r-- | doc/src/sgml/lo.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/lo.sgml b/doc/src/sgml/lo.sgml index 0e11652088d..ef66b5e310f 100644 --- a/doc/src/sgml/lo.sgml +++ b/doc/src/sgml/lo.sgml @@ -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> |
