From a6c00af4c83e3a1b9a5f17b88b60f02c5237bb8d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 24 Sep 2002 23:37:42 +0000 Subject: [PATCH] Make PL/pgSQL capitalization consistent. --- HISTORY | 12 ++++++------ doc/src/sgml/release.sgml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HISTORY b/HISTORY index 4757c00962..59cb39d288 100644 --- a/HISTORY +++ b/HISTORY @@ -334,8 +334,8 @@ Server-side Languages ===================== Allow recursive SQL function (Peter) Change PL/Tcl build to use configured compiler and Makefile.shlib (Peter) -Overhaul the PL/PgSQL FOUND variable to be more Oracle-compatible (Tom, Neil) -Allow PL/PgSQL to handle quoted identifiers (Tom) +Overhaul the PL/pgSQL FOUND variable to be more Oracle-compatible (Tom, Neil) +Allow PL/pgSQL to handle quoted identifiers (Tom) Allow PL/pgSQL functions can return sets (Neil) Psql @@ -488,7 +488,7 @@ Migration to version 7.2.2 Changes - Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom) + Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom) Fix for compressed transaction log id wraparound (Tom) Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo) Fix for psql and pg_dump crashing when invoked with non-existent long @@ -542,7 +542,7 @@ Changes contrib/tsearch dictionary improvements, see README.tsearch for an additional installation step (Thomas T. Thai, Teodor Sigaev) Fix for array subscripts handling (Tom) - Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom) + Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom) ---------------------------------------------------------------------- @@ -1178,7 +1178,7 @@ Changes Fix lpad() and rpad() to handle length less than input string (Tom) Fix use of NOTIFY in some rules (Tom) Overhaul btree code (Tom) - Fix NOT NULL use in Pl/pgSQL variables (Tom) + Fix NOT NULL use in PL/pgSQL variables (Tom) Overhaul GIST code (Oleg) Fix CLUSTER to preserve constraints and column default (Tom) Improved deadlock detection handling (Tom) @@ -2093,7 +2093,7 @@ Changes Adjust handling of data type names to suppress double quotes(Thomas) Use type coercion for matching columns and DEFAULT(Thomas) Fix deadlock so it only checks once after one second of sleep(Bruce) - Fixes for aggregates and PL/pgsql(Hiroshi) + Fixes for aggregates and PL/pgSQL(Hiroshi) Fix for subquery crash(Vadim) Fix for libpq function PQfnumber and case-insensitive names(Bahman Rafatjoo) Fix for large object write-in-middle, no extra block, memory consumption(Tatsuo) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 549e58e32e..20ba75d0f3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -164,7 +164,7 @@ Regular expression function SUBSTRING() implemented per SQL99 -Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom) +Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom) Fix for compressed transaction log id wraparound (Tom) Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo) Fix for psql and pg_dump crashing when invoked with non-existand long @@ -227,7 +227,7 @@ contrib/btree_gist improvements (Teodor Sigaev) contrib/tsearch dictionary improvements, see README.tsearch for an additional installation step (Thomas T. Thai, Teodor Sigaev) Fix for array subscripts handling (Tom) -Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom) +Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom) -- 2.11.0