From a6c00af4c83e3a1b9a5f17b88b60f02c5237bb8d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 24 Sep 2002 23:37:42 +0000 Subject: Make PL/pgSQL capitalization consistent. --- doc/src/sgml/release.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 549e58e32e8..20ba75d0f3e 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) -- cgit v1.2.3