Re: trigger function building

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: hook <hook(at)kcp(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: trigger function building
Date: 2004-05-26 15:20:50
Message-ID: m3r7t7b4fh.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hook <hook(at)kcp(dot)com> writes:

> What's the proper way to include the suport files for building 'C' trigger
> functions in to the normal PostgreSQL install?
>
>
> I.E. /
> "make install "does not include internal/postgres_fe.h, executor/spi.h
> nor commands/trigger.h in to /usr/local/pgsql/include.

make install-all-headers should do the trick.

Regards,
Manuel.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dan Field 2004-05-26 15:51:51 Re: Memory usage on subselect
Previous Message Jean-Luc Lachance 2004-05-26 14:00:29 Re: Multitable uniqueness ?