Re: [INTERFACES] Re: [HACKERS] changes in 6.4 - Mailing list pgsql-interfaces

From Vadim Mikheev
Subject Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Date
Msg-id 35ADBF17.8FA3ABE0@krs.ru
Whole thread Raw
In response to Re: [HACKERS] atttypmod now 32 bits, interface change]  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-interfaces
Hannu Krosing wrote:
>
> but functions still dont work:
>
> hannu=> create table test1 (a text, b text,
> hannu-> check (trim(a) <> '' or trim(b) <> ''));
> ERROR:  parser: parse error at or near "trim"

TRIM is keyword, not a function...
We have to copy some lines in gram.y

Real functions are working...

Vadim

pgsql-interfaces by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Next
From: Cyril Ferrand
Date:
Subject: Re: [INTERFACES] JDBC JAVA interface