Re: how to use postgre sql from inside process

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: CMOS <manusha1980(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to use postgre sql from inside process
Date: 2008-04-10 15:25:12
Message-ID: dcc563d10804100825u66f0d14chc9441cec98a80a95@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 10, 2008 at 5:45 AM, CMOS <manusha1980(at)gmail(dot)com> wrote:
> hi,
> i would like to get services of postgresql from inside the process (to
> use it as a library and linking to it), i.e not having a separate
> postgresql process and communicating with it. Is this possible?

No.

> if possible what are the impact on licensing.

None. It's BSD. If you wanna try and hack up something like that go
ahead. Generally you're better off with SQLLite.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shane Ambler 2008-04-10 15:36:29 Re: Proper Installation of Postgres and Postgis on 10.5 Intel
Previous Message Tom Lane 2008-04-10 14:48:32 Re: pl/java on Solaris