Mispellings in 9.0 docs (and probably lower too)
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
And I appreciate the irony that I misspelled misspellings in the title.
Thom
On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
And I appreciate the irony that I misspelled misspellings in the title.
Thom
And another
http://www.postgresql.org/docs/9.0/static/libpq-ssl.html
s/compatiblity/compatibility/
Thom
On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
And I appreciate the irony that I misspelled misspellings in the title.
Thom
And another
http://www.postgresql.org/docs/9.0/static/libpq-ssl.html
s/compatiblity/compatibility/
Fixed, thanks.
This last one was also in ecpg :-)
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
On 13 May 2010 15:16, Magnus Hagander <magnus@hagander.net> wrote:
On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
And I appreciate the irony that I misspelled misspellings in the title.
Thom
And another
http://www.postgresql.org/docs/9.0/static/libpq-ssl.html
s/compatiblity/compatibility/
Fixed, thanks.
This last one was also in ecpg :-)
--
Thanks Magnus. I also noticed a character encoding issue on
http://www.postgresql.org/docs/9.0/static/rules-update.html near the bottom
where it's supposed to say Voilà, but isn't encoded for UTF-8.
Thom
On 13 May 2010 15:32, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 15:16, Magnus Hagander <magnus@hagander.net> wrote:
On Thu, May 13, 2010 at 3:53 PM, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:14, Thom Brown <thombrown@gmail.com> wrote:
On 13 May 2010 14:07, Thom Brown <thombrown@gmail.com> wrote:
http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html
s/propogated/propagated/
http://www.postgresql.org/docs/9.0/static/hot-standby.html
s/shapshot/snapshot/
s/statististics/statistics/
Regards
Thom
And I appreciate the irony that I misspelled misspellings in the title.
Thom
And another
http://www.postgresql.org/docs/9.0/static/libpq-ssl.html
s/compatiblity/compatibility/
Fixed, thanks.
This last one was also in ecpg :-)
--
Thanks Magnus. I also noticed a character encoding issue on
http://www.postgresql.org/docs/9.0/static/rules-update.html near the
bottom where it's supposed to say Voilà, but isn't encoded for UTF-8.Thom
Looks like someone didn't use an entity:
/pgsql/doc/src/sgml/rules.sgml
s/à/à/
Thom