Thread
-
trigger function building
hook <hook@kcp.com> — 2004-05-26T11:42:41Z
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. -
Re: trigger function building
Manuel Sugawara <masm@fciencias.unam.mx> — 2004-05-26T15:20:50Z
hook <hook@kcp.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.