| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Consistent capitalization of procedural languages |
| Date: | 2017-03-24 09:44:15 |
| Message-ID: | 5AD8B0D4-F42E-4D1B-A538-6838B61C730C@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
In a not-so-rare case of OCD I realized we have a few different ways to
capitalize the names of procedural languages in the documentation (and code
comments). There is one way used almost exclusively, and then a few less
common variants:
PL/pgSQL: 867
PL/pgsql: 22
PL/PgSQL: 15
pl/pgsql: 8
PL/pgSqL: 1
Pl/pgSQL: 1
PL/Perl: 618
PL/perl: 10
pl/perl: 6
PL/Python: 781
PL/python: 15
pl/python: 6
PL/Tcl: 289
PL/TCL: 2
pl/tcl: 1
The attached patch moves to consistently using PL/pgSQL, PL/Perl, PL/Python and
PL/Tcl. Language files are left as-is, but if this is applied I’m happy to fix
those up as well and submit to -translators.
cheers ./daniel
| Attachment | Content-Type | Size |
|---|---|---|
| consistent_pl_spelling.patch | application/octet-stream | 19.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | marek.cvoren | 2017-03-28 11:02:53 | Misleading |
| Previous Message | Pavel Luzanov | 2017-03-23 15:55:07 | Re: RAISE INFO and client_min_messages |