From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Nicolai Petri <lists(at)petri(dot)cc> |
Cc: | postgresql-hackers(at)postgresql(dot)org, Nicolai Petri <nicolai(at)catpipe(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: contrib/hstore - missing, deleted or not material for |
Date: | 2006-07-19 21:26:28 |
Message-ID: | Pine.GSO.4.63.0607200125320.2921@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 18 Jul 2006, Nicolai Petri wrote:
> If looking at http://www.sai.msu.su/~megera/oddmuse/index.cgi?Hstore the
> following is displayed :
>
> -----------------------------------------
> License
>
> Stable version, included into PostgreSQL distribution, released under BSD
> license. Development version, available from this site, released under the
> GNU General Public License, version 2 (June 1991).
>
> -----------------------------------------
>
> But I never found it in my contrib dir - is it just me that overlooked it and
> have it been removed or has it never been included ? I would really like it
> to be included for ease of installation on linux systems - if pgxs will fix
> this so it can be compiled as a "standalone" extension then it is a solution
> I can live with.
USE_PGXS=1 make should works with Makefile below
---------------------------------------------
override CPPFLAGS := -I. $(CPPFLAGS)
MODULE_big = hstore
OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o
DATA_built = hstore.sql
DOCS = README.hstore
REGRESS = hstore
ifdef USE_PGXS
PGXS := $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/hstore
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
>
> Best regards,
> Nicolai Petri
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2006-07-19 21:41:36 | Re: [PATCHES] 8.2 features? |
Previous Message | Tom Lane | 2006-07-19 21:05:07 | Re: pg_regress breaks on msys |