pgsql: Fix some uses of "the quick brown fox".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some uses of "the quick brown fox".
Date: 2013-05-16 16:30:45
Message-ID: E1Ud14n-0006G3-TL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some uses of "the quick brown fox".

If we're going to quote a well-known pangram, we should quote it
accurately. Per gripe from Thom Brown.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e7bfc7e42cebf80507f9c9965dc4a572e9fb76a4

Modified Files
--------------
doc/src/sgml/func.sgml | 12 ++--
src/test/regress/expected/strings.out | 113 ++++++++++++++++-----------------
src/test/regress/sql/strings.sql | 28 ++++----
3 files changed, 75 insertions(+), 78 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-05-16 19:05:31 pgsql: Fix fd.c to preserve errno where needed.
Previous Message Tom Lane 2013-05-15 23:03:42 pgsql: Allow CREATE FOREIGN TABLE to include SERIAL columns.