I just noticed from the commit logs that Pavel's name is spelled Pavel
Stěhule. That mark above the e is a caron, and is explained here:
http://en.wikipedia.org/wiki/Caron
http://en.wikipedia.org/wiki/%C4%9A
Can anyone suggest how to get that into the release notes, considering
t
Bruce Momjian wrote:
> I just noticed from the commit logs that Pavel's name is spelled Pavel
> Stěhule. That mark above the e is a caron, and is explained here:
>
> http://en.wikipedia.org/wiki/Caron
> http://en.wikipedia.org/wiki/%C4%9A
>
> Can anyone suggest how to get that into t
On Fri, May 3, 2013 at 01:34:45PM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I just noticed from the commit logs that Pavel's name is spelled Pavel
> > Stěhule. That mark above the e is a caron, and is explained here:
> >
> > http://en.wikipedia.org/wiki/Caron
> > http://en.
2013/5/3 Bruce Momjian
> On Fri, May 3, 2013 at 01:34:45PM -0400, Alvaro Herrera wrote:
> > Bruce Momjian wrote:
> > > I just noticed from the commit logs that Pavel's name is spelled Pavel
> > > Stěhule. That mark above the e is a caron, and is explained here:
> > >
> > > http://en.wikiped
I just noticed that pg_xlogdump uses an underscore in the file name,
pg_xlogdump.sgml, unlike every other extension. Should this be fixed?
--
Bruce Momjian http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be tr
Bruce Momjian wrote:
> I just noticed that pg_xlogdump uses an underscore in the file name,
> pg_xlogdump.sgml, unlike every other extension. Should this be fixed?
I did mess about with hyphens vs. underscores vs. nothing at all. Most
seem to use no char, so "pgrowlocks.sgml" for example, but th
On Fri, May 3, 2013 at 07:36:09PM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I just noticed that pg_xlogdump uses an underscore in the file name,
> > pg_xlogdump.sgml, unlike every other extension. Should this be fixed?
>
> I did mess about with hyphens vs. underscores vs. nothing a
Bruce Momjian wrote:
> On Fri, May 3, 2013 at 07:36:09PM -0400, Alvaro Herrera wrote:
> > We do have other files that use underscores, anyway.
>
> Well, we have only four:
>
> generate_history.pl information_schema.sgml mk_feature_tables.pl
> pg_xlogdump.sgml
>
> Two are Perl sc