Skip to content

Commit a6c00af

Browse files
committed
Make PL/pgSQL capitalization consistent.
1 parent c6367df commit a6c00af

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

HISTORY

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ Server-side Languages
334334
=====================
335335
Allow recursive SQL function (Peter)
336336
Change 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)
339339
Allow PL/pgSQL functions can return sets (Neil)
340340

341341
Psql
@@ -488,7 +488,7 @@ Migration to version 7.2.2
488488

489489
Changes
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 in Pl/pgSQL variables (Tom)
1181+
Fix NOT NULL use in PL/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)

doc/src/sgml/release.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.160 2002/09/21 18:32:53 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.161 2002/09/24 23:37:42 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -164,7 +164,7 @@ Regular expression function SUBSTRING() implemented per SQL99
164164

165165
<para>
166166
<literallayout>
167-
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
167+
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
168168
Fix for compressed transaction log id wraparound (Tom)
169169
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
170170
Fix for psql and pg_dump crashing when invoked with non-existand long
@@ -227,7 +227,7 @@ contrib/btree_gist improvements (Teodor Sigaev)
227227
contrib/tsearch dictionary improvements, see README.tsearch for
228228
an additional installation step (Thomas T. Thai, Teodor Sigaev)
229229
Fix for array subscripts handling (Tom)
230-
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
230+
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
231231
</literallayout>
232232
</para>
233233
</sect2>

0 commit comments

Comments
 (0)