mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
In docs, rename "backwards compatibility" to "backward compatibility"
for consistency.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user