On Tue, 2004-10-19 at 10:36, Tom Lane wrote:
> --disable-shared means you do not get any of the backend extensions that
> come as shared libraries; this includes plpgsql (and the other PL
> languages if you had tried to build 'em) as well as character set
> conversions. I think the tests that fail
Hi all,
Does anyone have further input on this?
Regards and best wishes,
Justin Clift
Justin Clift wrote:
Subject:
[Fwd: Re: misc/72498: Libc timestamp code on jailed SMP machine
generates incorrect results]
From:
Justin Clif
Title: finger print (minutias)
Hi.
I would like to know if it posible record a minutias code in Postgre SQL, it is a binary data
Ivan E. Rivera Uria
Company: BNC MEXICO
Phone Number: +(52)-55-5241-0670
Fax Number: +(52)-55-5241-0680
Direct Number:+(52)-55-5241-0688
Company Mail:
On Thu, 2004-10-14 at 06:54 -0400, Tom Lane wrote:
> "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> > After a pg_dump/pg_restore (using the tar format) queries that were using
> > the indices don't use them anymore until the indices are dropped and
> > recreated. After that the indices are
Theodore Petrosky <[EMAIL PROTECTED]> writes:
> I just tried the newest beta (3) and for the first
> time I am getting multiple errors in 'make check'.
> this is my configure line...
> ./configure --with-rendezvous --enable-thread-safety
> --disable-shared
> ...
> 7 of 96 tests failed, 1 of these
PostgreSQL Bugs List wrote:
> The make install fail at ./src/nls-global.mk :
> line 67:for lang in $(LANGUAGES); do
> because $(LANGUAGES) is null.
That by itself would not be an error. Can you post a more complete
output? But 7.2.5 is old anyway. You might want to try a newer
versi
The following bug has been logged online:
Bug reference: 1289
Logged by: nicolas Ferragu
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.2.5
Operating system: RedHat AS 2.1
Description:make install failed
Details:
The make install fail at ./src/nls-globa