Обсуждение: Where is pgxs?

Поиск
Список
Период
Сортировка

Where is pgxs?

От
Thomas Hallgren
Дата:
Hi,
I just installed the PostgreSQL 8.1-beta2 on my Windows box using the 
windows installer. I then try to compile PL/Java. It fails to find pgxs. 
Is it moved to somewhere else? Or is it not included?

Regards,
Thomas Hallgren




Re: Where is pgxs?

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of
> Thomas Hallgren
> Sent: 21 September 2005 15:54
> To: PostgreSQL-development
> Cc: Pljava-dev@gborg.postgresql.org
> Subject: [HACKERS] Where is pgxs?
>
> Hi,
> I just installed the PostgreSQL 8.1-beta2 on my Windows box using the
> windows installer. I then try to compile PL/Java. It fails to
> find pgxs.
> Is it moved to somewhere else? Or is it not included?

It's not installed by default, but when it is selected it lives under
C:\Program Files\PostgreSQL\8.1-beta2\lib\pgxs iirc.

You can run the installer again to modify the installation and add the
developer components.

Regards, Dave


Re: Where is pgxs?

От
"Magnus Hagander"
Дата:
> > Hi,
> > I just installed the PostgreSQL 8.1-beta2 on my Windows box
> using the
> > windows installer. I then try to compile PL/Java. It fails to find
> > pgxs.
> > Is it moved to somewhere else? Or is it not included?
>
> It's not installed by default, but when it is selected it
> lives under C:\Program Files\PostgreSQL\8.1-beta2\lib\pgxs iirc.
>
> You can run the installer again to modify the installation
> and add the developer components.

You should also note that it's not added to the system PATH, so it won't
be found automatically unless you add it manually.

//Magnus