Seperating interfaces from backend code

From: Adam Haberlach <haberlaa(at)ricochet(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Seperating interfaces from backend code
Date: 1998-12-16 20:24:24
Message-ID: 19981216122424.A27317@ricochet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I have a (so-far) working port of libpq and libpq++ for
BeOS, which only works with sockets over the network (since a
server port is a long wasy off this isn't a problem.)
Is it possible to distribute client/interface code
seperate from the main distribution? Right now I need to make
some Makefile changes to get it to build seperate from the backend.
Also--how do I go about getting these changes picked up
by the distribution?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-12-16 20:58:48 Re: [INTERFACES] Seperating interfaces from backend code
Previous Message Thomas G. Lockhart 1998-12-16 19:39:29 Re: [INTERFACES] Seperating interfaces from backend code