Re: [GENERAL] Documentation issue

2011-07-18 Thread Bruce Momjian
__ > From: Bruce Momjian > To: salah jubeh > Cc: pgsql > Sent: Mon, July 18, 2011 11:09:37 PM > Subject: Re: [GENERAL] Documentation issue > > salah jubeh wrote: > > #include "postgres.h" #include #include "fmgr.h" /* by value */ &

Re: [GENERAL] Documentation issue

2011-07-18 Thread salah jubeh
From: Bruce Momjian To: salah jubeh Cc: pgsql Sent: Mon, July 18, 2011 11:09:37 PM Subject: Re: [GENERAL] Documentation issue salah jubeh wrote: > #include "postgres.h" #include #include "fmgr.h" /* by value */ > PG_FUNCTIO

Re: [GENERAL] Documentation issue

2011-07-18 Thread Bruce Momjian
ce > Computer Science > P.O. Box 198 > > Mobile:++97259369122 > Tel:++9754680 > > > > > > > > ________ > From: Bruce Momjian > To: salah jubeh > Cc: pgsql > Sent: Mon, July 18, 2011 10:58:19 PM > Subject: Re: [GENERAL] Documentation issue > >

Re: [GENERAL] Documentation issue

2011-07-18 Thread salah jubeh
Computer Science P.O. Box 198 Mobile:++97259369122 Tel:++9754680 From: Bruce Momjian To: salah jubeh Cc: pgsql Sent: Mon, July 18, 2011 10:58:19 PM Subject: Re: [GENERAL] Documentation issue salah jubeh wrote: > Hello, > > In http://www.p

Re: [GENERAL] Documentation issue

2011-07-18 Thread Bruce Momjian
salah jubeh wrote: > Hello, > > In http://www.postgresql.org/docs/8.4/static/xfunc-c.html, there is a missing > include to the utils/geo_decls.h which leads to compilation errors. i.e > #include > "utils/geo_decls.h" > needs to be added to the code. Uh, which function sample is missing it? --

[GENERAL] Documentation issue

2011-07-07 Thread salah jubeh
Hello, In http://www.postgresql.org/docs/8.4/static/xfunc-c.html, there is a missing include to the utils/geo_decls.h which leads to compilation errors. i.e #include "utils/geo_decls.h" needs to be added to the code. Kind regards