Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: FW: Can't find postgres.h or fmgr.h


  • From: John A Meinel <john(at)arbash-meinel(dot)com>
  • To: mark(at)maxpreps(dot)com
  • Cc: pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: Re: FW: Can't find postgres.h or fmgr.h
  • Date: Thu, 21 Apr 2005 12:20:24 -0500
  • Message-id: <4267E0D8(dot)7090406(at)arbash-meinel(dot)com>

Mark Miller wrote:

I found a thread here
http://archives.postgresql.org/pgsql-hackers-win32/2005-03/msg00149.php
which indicates that the headers aren't even installed in the windows build.
How can I install the headers so I can use them. I'm not finding anything in
the docs.

By the way, I am on WinXP using Microsoft Visual C++. We are a microsoft
shop and I am researching migrating from Sql Server to postgresSql, but I
need to add some functionality to support features we need in order for the
migration to work.

Regards,
Mark

Well, you need to get the source distribution. One key point to make
sure that your environment is corret to develop backend functions is
that you are able to compile the postgres source.

I believe Visual C++ is not supported for compiling back-end programs.
Clients, etc are fine, but the backend is only supported on MinGW.

What is the specific functionality that you need that cannot be done in
a regular function? In say plpgsql, or pl/perl or pl/python?
Those are probably easier to maintain in the long run.

John
=:->

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group