diff options
author | Bruce Momjian | 2011-03-11 19:33:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-03-11 19:33:10 +0000 |
commit | 7a8f43968add3c69b79c49ef236d945e643dcb1e (patch) | |
tree | c1aa10e8dff8d778c8bb3350b9749072c7625f9d /doc/src/sgml/lobj.sgml | |
parent | e3c732a85c0f247617b2d44ea567f35731b03ea6 (diff) |
In docs, rename "backwards compatibility" to "backward compatibility"
for consistency.
Diffstat (limited to 'doc/src/sgml/lobj.sgml')
-rw-r--r-- | doc/src/sgml/lobj.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 0e6b7058353..291409fde0b 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -114,7 +114,7 @@ Oid lo_creat(PGconn *conn, int mode); <replaceable class="parameter">mode</replaceable> is unused and ignored as of <productname>PostgreSQL</productname> 8.1; however, for - backwards compatibility with earlier releases it is best to + backward compatibility with earlier releases it is best to set it to <symbol>INV_READ</symbol>, <symbol>INV_WRITE</symbol>, or <symbol>INV_READ</symbol> <literal>|</> <symbol>INV_WRITE</symbol>. (These symbolic constants are defined |