Re: Documentation issue

Поиск
Список
Период
Сортировка
От salah jubeh
Тема Re: Documentation issue
Дата
Msg-id 1311022963.2636.YahooMailRC@web161519.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Re: Documentation issue  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Documentation issue
Список pgsql-general
#include "postgres.h"
#include <string.h>
#include "fmgr.h"

/* by value */

PG_FUNCTION_INFO_V1(add_one);

Datum
add_one(PG_FUNCTION_ARGS)
{   int32   arg = PG_GETARG_INT32(0);
....
 


Best Regard
 
Eng. Salah Al Jubeh
Palestine Polytechnic University
College of Applied Science
Computer Science
P.O. Box 198
Mobile:++97259369122
Tel:++97222254680

 



From: Bruce Momjian <bruce@momjian.us>
To: salah jubeh <s_jubeh@yahoo.com>
Cc: pgsql <pgsql-general@postgresql.org>
Sent: Mon, July 18, 2011 10:58:19 PM
Subject: Re: [GENERAL] Documentation issue

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?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                            http://enterprisedb.com

  + It's impossible for everything to be true. +

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pg_upgrade does not translate tablespace location to new cluster
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation issue