public inbox for [email protected]  
help / color / mirror / Atom feed
Mispellings in 9.0 docs (and probably lower too)
7+ messages / 3 participants
[nested] [flat]

* Mispellings in 9.0 docs (and probably lower too)
@ 2010-05-13 13:07 Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2010-05-13 13:07 UTC (permalink / raw)
  To: pgsql-docs

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


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
@ 2010-05-13 13:14 ` Thom Brown <[email protected]>
  2010-05-13 13:53   ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2010-05-13 13:14 UTC (permalink / raw)
  To: pgsql-docs

On 13 May 2010 14:07, Thom Brown <[email protected]> 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


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
@ 2010-05-13 13:53   ` Thom Brown <[email protected]>
  2010-05-13 14:16     ` Re: Mispellings in 9.0 docs (and probably lower too) Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2010-05-13 13:53 UTC (permalink / raw)
  To: pgsql-docs

On 13 May 2010 14:14, Thom Brown <[email protected]> wrote:

> On 13 May 2010 14:07, Thom Brown <[email protected]> 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


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:53   ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
@ 2010-05-13 14:16     ` Magnus Hagander <[email protected]>
  2010-05-13 14:32       ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Magnus Hagander @ 2010-05-13 14:16 UTC (permalink / raw)
  To: Thom Brown <[email protected]>; +Cc: pgsql-docs

On Thu, May 13, 2010 at 3:53 PM, Thom Brown <[email protected]> wrote:
> On 13 May 2010 14:14, Thom Brown <[email protected]> wrote:
>>
>> On 13 May 2010 14:07, Thom Brown <[email protected]> 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/



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:53   ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 14:16     ` Re: Mispellings in 9.0 docs (and probably lower too) Magnus Hagander <[email protected]>
@ 2010-05-13 14:32       ` Thom Brown <[email protected]>
  2010-05-13 16:14         ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2010-05-13 14:32 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: pgsql-docs

On 13 May 2010 15:16, Magnus Hagander <[email protected]> wrote:

> On Thu, May 13, 2010 at 3:53 PM, Thom Brown <[email protected]> wrote:
> > On 13 May 2010 14:14, Thom Brown <[email protected]> wrote:
> >>
> >> On 13 May 2010 14:07, Thom Brown <[email protected]> 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


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:53   ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 14:16     ` Re: Mispellings in 9.0 docs (and probably lower too) Magnus Hagander <[email protected]>
  2010-05-13 14:32       ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
@ 2010-05-13 16:14         ` Thom Brown <[email protected]>
  2010-05-13 19:17           ` Re: Mispellings in 9.0 docs (and probably lower too) Tom Lane <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2010-05-13 16:14 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: pgsql-docs

On 13 May 2010 15:32, Thom Brown <[email protected]> wrote:

> On 13 May 2010 15:16, Magnus Hagander <[email protected]> wrote:
>
>> On Thu, May 13, 2010 at 3:53 PM, Thom Brown <[email protected]> wrote:
>> > On 13 May 2010 14:14, Thom Brown <[email protected]> wrote:
>> >>
>> >> On 13 May 2010 14:07, Thom Brown <[email protected]> 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/à/&agrave;/

Thom


^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Mispellings in 9.0 docs (and probably lower too)
  2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:14 ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 13:53   ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 14:16     ` Re: Mispellings in 9.0 docs (and probably lower too) Magnus Hagander <[email protected]>
  2010-05-13 14:32       ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
  2010-05-13 16:14         ` Re: Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
@ 2010-05-13 19:17           ` Tom Lane <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Tom Lane @ 2010-05-13 19:17 UTC (permalink / raw)
  To: Thom Brown <[email protected]>; +Cc: Magnus Hagander <[email protected]>; pgsql-docs

Thom Brown <[email protected]> writes:
> Looks like someone didn't use an entity:
> /pgsql/doc/src/sgml/rules.sgml
> s/�/&agrave;/

Done, thanks for the suggestion.

			regards, tom lane




^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2010-05-13 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2010-05-13 13:07 Mispellings in 9.0 docs (and probably lower too) Thom Brown <[email protected]>
2010-05-13 13:14 ` Thom Brown <[email protected]>
2010-05-13 13:53   ` Thom Brown <[email protected]>
2010-05-13 14:16     ` Magnus Hagander <[email protected]>
2010-05-13 14:32       ` Thom Brown <[email protected]>
2010-05-13 16:14         ` Thom Brown <[email protected]>
2010-05-13 19:17           ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox