Re: [DOCS] some re-formatting in xfunc.sgml

2010-05-15 Thread Robert Haas
On Sat, May 15, 2010 at 1:52 PM, Erik Rijkers wrote: > Attached some formatting improvements to xfunc.sgml > > (1 typo; 2x wrap long code examples to make them readable in .pdf) I applied this typo fix all the way back to 7.4, and the two changes to the CREATE OR REPLACE function formatting to HE

[DOCS] some re-formatting in xfunc.sgml

2010-05-15 Thread Erik Rijkers
Attached some formatting improvements to xfunc.sgml (1 typo; 2x wrap long code examples to make them readable in .pdf) Erik Rijkers--- doc/src/sgml/xfunc.sgml.orig 2010-05-14 23:00:23.0 +0200 +++ doc/src/sgml/xfunc.sgml 2010-05-15 01:52:52.0 +0200 @@ -859,7 +859,8 @@ output

Re: [DOCS] minor typofixes for pg_standby.c

2010-05-15 Thread Heikki Linnakangas
Josh Kupershmidt wrote: > I noticed I had some typofixes for comments in pg_standby.c hanging > around. Basically, just s/its /it's / . Thanks, fixed. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-docs mailing list ([email protected]) To make ch

[DOCS] minor typofixes for pg_standby.c

2010-05-15 Thread Josh Kupershmidt
I noticed I had some typofixes for comments in pg_standby.c hanging around. Basically, just s/its /it's / . Josh diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index d51f391..b1f23c3 100644 *** a/contrib/pg_standby/pg_standby.c --- b/contrib/pg_standby/pg_standby.c *