Capitalization of "PL/pgSQL"

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Capitalization of "PL/pgSQL"
Date: 2010-09-22 19:41:55
Message-ID: AANLkTi=2GWM15Zc7R9+4QN29euqnK4_GM4k3K9rG37ST@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I happened to notice this while reading the 9.0 release notes. Most
places, "PL/pgSQL" is capitalized (correctly?) like so:
$ find postgresql/ | xargs grep "PL/pgSQL" | wc -l
476

But I also see a decent number of references to this alternate capitalization:
$ find postgresql/ | xargs grep "PL/PgSQL" | wc -l
55

I always assumed "PL/pgSQL" was correct, but does anyone know for
sure? Anyone interested in making consistent all these mentions of
PL/pgSQL in the source (I can send in a patch if needed)?

Josh

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Greg Smith 2010-09-22 20:08:10 Re: CVS in docs
Previous Message Magnus Hagander 2010-09-22 18:42:18 Re: CVS in docs