|
350 | 350 | expression that contains both NULL and non-null values will return false |
351 | 351 | for both tests. |
352 | 352 | This definition conforms to the SQL standard, and is a change from the |
353 | | - inconsistent behavior exhibited by <productname>&productname;</productname> |
| 353 | + inconsistent behavior exhibited by <productname>PostgreSQL</productname> |
354 | 354 | versions prior to 8.2. |
355 | 355 | </para> |
356 | 356 | </note> |
@@ -14452,7 +14452,7 @@ AND |
14452 | 14452 |
|
14453 | 14453 | <note> |
14454 | 14454 | <para> |
14455 | | - Prior to <productname>PosgreSQL</productname> 8.2, the |
| 14455 | + Prior to <productname>PostgreSQL</productname> 8.2, the |
14456 | 14456 | <literal><</>, <literal><=</>, <literal>></> and <literal>>=</> |
14457 | 14457 | cases were not handled per SQL specification. A comparison like |
14458 | 14458 | <literal>ROW(a,b) < ROW(c,d)</> |
|