[DOCS] Adding caron to usernames in release notes

2013-05-03 Thread Bruce Momjian
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

Re: [DOCS] Adding caron to usernames in release notes

2013-05-03 Thread Alvaro Herrera
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

Re: [DOCS] Adding caron to usernames in release notes

2013-05-03 Thread 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.wikipedia.org/wiki/Caron > > http://en.

Re: [DOCS] Adding caron to usernames in release notes

2013-05-03 Thread Pavel Stehule
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

[DOCS] pg_xlogdump docs

2013-05-03 Thread Bruce Momjian
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

Re: [DOCS] pg_xlogdump docs

2013-05-03 Thread Alvaro Herrera
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

Re: [DOCS] pg_xlogdump docs

2013-05-03 Thread Bruce Momjian
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

Re: [DOCS] pg_xlogdump docs

2013-05-03 Thread Alvaro Herrera
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