Re: [INTERFACES] Re: [HACKERS] changes in 6.4

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Hannu Krosing <hannu(at)trust(dot)ee>
Cc: pgsql-interfaces(at)postgreSQL(dot)org, hackers(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Date: 1998-07-16 08:51:35
Message-ID: 35ADBF17.8FA3ABE0@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aleksey Dashevsky 1998-07-16 10:35:30 Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Previous Message Hannu Krosing 1998-07-16 08:41:47 Re: [INTERFACES] Re: [HACKERS] changes in 6.4

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksey Dashevsky 1998-07-16 10:35:30 Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Previous Message Hannu Krosing 1998-07-16 08:41:47 Re: [INTERFACES] Re: [HACKERS] changes in 6.4

Browse pgsql-interfaces by date

  From Date Subject
Next Message Cyril Ferrand 1998-07-16 09:14:12 Re: [INTERFACES] JDBC JAVA interface
Previous Message Hannu Krosing 1998-07-16 08:41:47 Re: [INTERFACES] Re: [HACKERS] changes in 6.4