Hi,
>
> The following bug has been logged online:
>
> Bug reference: 3774
> Logged by: guillaume (ioguix) de Rorthais
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.3 beta3
> Operating system: mac os x 10.4.10
> Description:create table like including inde
"Vitaly" <[EMAIL PROTECTED]> writes:
> SELECT author, type
> FROM books WHERE "type" ~ '(?!novel)';
> This select work incorrect. It returns all types.
Certainly. That's a negative-lookahead pattern and is therefore
guaranteed to match somewhere in every string (at the end, if
nowhere else).
The following bug has been logged online:
Bug reference: 3788
Logged by: Vitaly
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3-beta3
Operating system: WinXP
Description:POSIX regexp seems doesn't work for '(?!re) ' pattern
Details:
SELECT author, type
FR
or if your distro is a newer one, they generally come with an alternative
called libedit, link that one if readline is not available for your
distribution. i had the same problem with new Ubuntu releases.
/ Usama
On Nov 29, 2007 2:23 PM, Marc Schablewski <[EMAIL PROTECTED]> wrote:
> You probably
You probably don't have readline's header files installed. They are
usually part of your linux distro, but not installed by default. Install
the files and rerun configure.
Marc
paulo wrote:
> The following bug has been logged online:
>
> Bug reference: 3787
> Logged by: paulo
> Emai