@@ -334,8 +334,8 @@ Server-side Languages
334334=====================
335335Allow recursive SQL function (Peter)
336336Change PL/Tcl build to use configured compiler and Makefile.shlib (Peter)
337- Overhaul the PL/PgSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
338- Allow PL/PgSQL to handle quoted identifiers (Tom)
337+ Overhaul the PL/pgSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
338+ Allow PL/pgSQL to handle quoted identifiers (Tom)
339339Allow PL/pgSQL functions can return sets (Neil)
340340
341341Psql
@@ -488,7 +488,7 @@ Migration to version 7.2.2
488488
489489Changes
490490
491- Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
491+ Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
492492 Fix for compressed transaction log id wraparound (Tom)
493493 Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
494494 Fix for psql and pg_dump crashing when invoked with non-existent long
@@ -542,7 +542,7 @@ Changes
542542 contrib/tsearch dictionary improvements, see README.tsearch for
543543 an additional installation step (Thomas T. Thai, Teodor Sigaev)
544544 Fix for array subscripts handling (Tom)
545- Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
545+ Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
546546
547547
548548 ----------------------------------------------------------------------
@@ -1178,7 +1178,7 @@ Changes
11781178 Fix lpad() and rpad() to handle length less than input string (Tom)
11791179 Fix use of NOTIFY in some rules (Tom)
11801180 Overhaul btree code (Tom)
1181- Fix NOT NULL use inPl /pgSQL variables (Tom)
1181+ Fix NOT NULL use inPL /pgSQL variables (Tom)
11821182 Overhaul GIST code (Oleg)
11831183 Fix CLUSTER to preserve constraints and column default (Tom)
11841184 Improved deadlock detection handling (Tom)
@@ -2093,7 +2093,7 @@ Changes
20932093 Adjust handling of data type names to suppress double quotes(Thomas)
20942094 Use type coercion for matching columns and DEFAULT(Thomas)
20952095 Fix deadlock so it only checks once after one second of sleep(Bruce)
2096- Fixes for aggregates and PL/pgsql (Hiroshi)
2096+ Fixes for aggregates and PL/pgSQL (Hiroshi)
20972097 Fix for subquery crash(Vadim)
20982098 Fix for libpq function PQfnumber and case-insensitive names(Bahman Rafatjoo)
20992099 Fix for large object write-in-middle, no extra block, memory consumption(Tatsuo)