pgsql: Fix some uses of "the quick brown fox". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix some uses of "the quick brown fox".
Date
Msg-id E1Ud14n-0006G3-TL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow CREATE FOREIGN TABLE to include SERIAL columns.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix fd.c to preserve errno where needed.