1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

In docs, rename "backwards compatibility" to "backward compatibility"

for consistency.
This commit is contained in:
Bruce Momjian
2011-03-11 14:33:10 -05:00
parent e3c732a85c
commit 7a8f43968a
8 changed files with 10 additions and 10 deletions

View File

@@ -202,7 +202,7 @@ select returns_array();
<para>
Perl passes <productname>PostgreSQL</productname> arrays as a blessed
PostgreSQL::InServer::ARRAY object. This object may be treated as an array
reference or a string, allowing for backwards compatibility with Perl
reference or a string, allowing for backward compatibility with Perl
code written for <productname>PostgreSQL</productname> versions below 9.1 to
run. For example: