[BUGS] libpgtcl

2000-06-07 Thread Rudolf Weber
Hello, in the Directory src/bin/pgtclsh there is a good mechanism to integrate the tcl-spec in the Makefile. The patch in the attachemant does this in the src/interfaces/libpgtcl too Thank you Rudolf -- --- Rudolf Weber http://www.infn

[BUGS] Bug?

2000-06-07 Thread Sean Kelly
POSTGRESQL BUG REPORT TEMPLATE Your name : Sean Kelly Your email address : [EMAIL PROTECTED] Syst

[BUGS] LIKE bug

2000-06-07 Thread Moucha Václav
POSTGRESQL BUG REPORT TEMPLATE Your name : Vaclav Moucha Your email address : [E

Re: [BUGS] Bug?

2000-06-07 Thread Tom Lane
Sean Kelly <[EMAIL PROTECTED]> writes: > IpcMemoryCreate: shmget failed (Invalid argument) key=5432010, size=144, >permission=700 > My kernel has been compiled with "System V IPC" selected. > PostgreSQL 6.5.3 has been compiled and ran on this system. Hmm, maybe there are old shmem se

[BUGS] Sigh, LIKE indexing is *still* broken in foreign locales

2000-06-07 Thread Tom Lane
=?ISO-8859-2?Q?Moucha_V=E1clav?= <[EMAIL PROTECTED]> writes: > 1. Compilation >./configure --enable-locale# not needed for RPMS precompiled binaries > 2. Starting postmaster >export LC_CTYPE=cs_CZ >export LC_COLLATE=cs_CZ# this setting is important for the > bug r

[BUGS] Re: [HACKERS] Sigh, LIKE indexing is *still* broken in foreign locales

2000-06-07 Thread Giles Lean
On Wed, 07 Jun 2000 22:22:06 -0400 Tom Lane wrote: > Since '\341' and '\342' are two different accented forms of 'a' > (if I'm looking at the right character set), this is perhaps not so > improbable as all that. Evidently the collation rule is that different > accent forms sort the same unles

[BUGS] Re: [HACKERS] Sigh, LIKE indexing is *still* broken in foreign locales

2000-06-07 Thread Matthias Urlichs
Hi, Giles Lean: > > So, the rule we thought we had for generating index bounds falls flat, > > and we're back to the same old question: given a proposed prefix string, > > how can we generate bounds that are certain to be considered <= and >= > > all strings starting with that prefix? > > To con